4 WebKit Bug
88022 - Cleanup empty anonymous block continuation.
<br />
5 Test passes if you see orange and purple text should be on the same line.
6 <a id=
"target"><b style=
"color: orange">ONE
</b><b id=
"two" style=
"color: purple">TWO
</b></a>
8 target
= document
.getElementById("target");
9 two
= document
.getElementById("two");
11 target
.offsetTop
; // force a layout
12 two
.style
.display
= "block";
13 target
.offsetTop
; // force a layout
14 two
.style
.display
= "inline";