2 Test for <a href="rdar://problem/5645813">rdar://problem/5645813</a>.
8 YOU SHOULD NOT SEE THIS TEXT
10 <div id="d3" style="background: red; width: 50px; height: 50px;">
13 getSelection().setBaseAndExtent(d1, 0, d2.firstChild, 6);
14 d2.style.display = "none";
15 document.body.offsetTop;
16 d3.style.display = "none";
17 d3.parentNode.removeChild(d3);