4 document
.body
.offsetTop
; // force layout
5 var t
= document
.getElementById('t');
6 t
.style
.position
= 'relative';
7 document
.body
.offsetTop
; // force layout
8 t
.lastChild
.removeChild(t
.lastChild
.lastChild
);
11 <body onload=
"test()">
13 This is a regression test for
<i><a href=
"http://bugs.webkit.org/show_bug.cgi?id=11672">http://bugs.webkit.org/show_bug.cgi?id=
11672</a>
14 REGRESSION (r17068): Repro crash due to painting without layout
</i>. It should not crash.
19 <div style=
"position: absolute;">Lorem ipsum
</div>
23 <td></td></tr></table>