Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 408656-1a.html
blob638929eca90c35695c7cf68d341f3a26d6694c9b
1 <html>
2 <head><style>
3 body {
4 margin: 0px;
6 span.a {
7 position: absolute;
8 width: 100px;
9 height: 100px;
10 border: 1px solid black;
11 overflow: hidden;
13 </style></head>
14 <body>
15 <script>document.body.offsetHeight;</script>
16 <div style="padding: 100px;">
17 <span style="position: relative;">
18 <span class="a"></span>
19 </span>
20 </div>
21 </body>
22 </html>