2 <p>Test for bug
<a href=
"http://webkit.org/b/87314">87314</a>: Crash in LayoutTableCol::nextColumn
</p>
11 if (window
.testRunner
)
12 testRunner
.dumpAsText();
14 var colgroup
= document
.createElement("colgroup");
15 document
.getElementsByTagName("colgroup")[0].appendChild(colgroup
);
16 document
.body
.offsetTop
;
17 document
.body
.appendChild(document
.createTextNode("PASSED, this test didn't crash or ASSERT."));