3 .c15:nth-last-of-type(-n+
6) { display: table; }
7 testRunner
.dumpAsText();
10 span
= document
.createElement('span');
11 document
.documentElement
.appendChild(span
);
12 quote
= document
.createElement('q');
13 quote
.setAttribute('class', 'c15');
14 document
.documentElement
.appendChild(quote
);
15 caption
= document
.createElement('caption');
16 quote
.appendChild(caption
);
18 span
.appendChild(caption
);
20 span
.innerHTML
= "<a href='https://bugs.webkit.org/show_bug.cgi?id=95090'>Bug 95090</a>: Crash in LayoutTable::removeCaption<br/>This test PASSED as it did not crash.";
22 window
.onload
= crash
;