layout/reftests/bugs/408656-1b.html

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:236ac2b4deee
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>

mercurial