6 * { display: table-cell; }
7 .class1 { -webkit-appearance: sliderthumb-vertical; }
10 if (window
.testRunner
)
11 testRunner
.dumpAsText();
13 document
.addEventListener("DOMContentLoaded", crash
, false);
15 div1
= document
.getElementById("div1");
16 div1
.style
.display
= "table-row-group";
17 document
.documentElement
.offsetTop
;
18 div1
.setAttribute("class", "class1");
19 document
.documentElement
.offsetTop
;
20 document
.documentElement
.innerHTML
= "<a href='https://bugs.webkit.org/show_bug.cgi?id=94291'>94291</a>: Crash in LayoutTableSection::setCellLogicalWidths<br/>This test has PASSED as it didn't CRASH or ASSERT.";