2 Test passes if it does not crash.
3 <div id=
"test1" style=
"width: 12px; position: relative">
6 <p style=
"float: left"></p>
16 if (window
.testRunner
)
17 testRunner
.dumpAsText();
19 document
.body
.offsetTop
;
20 test3
.style
.position
= 'absolute';
21 test2
.style
.position
= 'absolute';
22 document
.body
.offsetTop
;
23 test1
.style
.height
= '1';
24 test2
.style
.display
= 'none';