7 This is a regression test for
<i><a href=
"https://bugs.webkit.org/show_bug.cgi?id=7395">http://bugzilla.opendarwin.org/show_bug.cgi?id=
7395</a>
8 Table not properly re-flowed when floated div removed from layout
</i>.
11 The two boxes below should be identical.
14 <div style=
"width: 200px; background: silver;">
16 Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc neque.
20 <div style=
"width: 200px; background: silver;">
21 <div id=
"float" style=
"width: 100px; float: right; height: 10px;"></div>
23 Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc neque.
26 <script type=
"text/javascript">
27 document
.body
.offsetTop
;
28 document
.getElementById('float').style
.display
= "none";