408656-1b.html (532B)
1 <html> 2 <head><style> 3 body { 4 margin: 0px; 5 } 6 span.a { 7 position: absolute; 8 width: 100px; 9 height: 100px; 10 border: 1px solid black; 11 overflow: hidden; 12 } 13 </style></head> 14 <body> 15 <!-- Note: This variant testcase (with no whitespace --> 16 <!-- between </script> and <div>) only reproduces the --> 17 <!-- bug on nightlies after May 1st, 2005. --> 18 <script>document.body.offsetHeight;</script 19 ><div style="padding: 100px;"> 20 <span style="position: relative;"> 21 <span class="a"></span> 22 </span> 23 </div> 24 </body> 25 </html>