1 <script src=
"../../resources/ahem.js"></script>
2 <div style=
"display: -webkit-box; -webkit-box-orient: vertical;">
3 <div style=
"width: 80px; height: 80px; background-color: blue;">
4 <div id=
"float" style=
"float: left; width: 20px; height: 110px; background-color: silver;"></div>
6 <div style=
"font-family: Ahem; width: 80px; height: 80px; background-color: yellow;">Test overhanging floats
</div>
9 document
.body
.offsetTop
;
10 document
.getElementById("float").style
.display
= "none";