4 This test will trigger an assertion failure in debug build if section pointers
5 are not refreshed prior to iterating table cells during table-layout change.
6 <table id=
"table" style=
"table-layout:fixed; width: 1px;"><thead></thead></table>
9 testRunner
.dumpAsText();
11 document
.body
.offsetTop
;
13 var table
= document
.getElementById('table');
14 table
.children
[0].remove();
15 table
.style
.setProperty('table-layout', 'auto');