3 <div style=
"width: 25px">
4 <img style=
"width: 20px"><img id=
"test1" style=
"width: 50px; display: none;"><span id=
"test2" style=
"float: left;">AB
</span>CD
</div>
7 testRunner
.dumpAsText();
9 document
.body
.offsetTop
;
10 test1
.style
.display
= "";
11 document
.body
.offsetTop
;
12 test2
.parentNode
.removeChild(test2
);
14 document
.body
.offsetTop
;
15 document
.body
.innerHTML
= "PASS: does not crash";