7 crbug.com/
477940: Don't set positioned objects for layout while laying out positioned objects. This test should not ASSERT.
11 if (window
.testRunner
)
12 testRunner
.dumpAsText();
13 thead
= document
.createElement("thead");
14 document
.body
.appendChild(thead
);
15 document
.body
.offsetTop
;
16 document
.body
.removeChild(thead
);