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

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:54fb08594f6a
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 <div style="padding: 100px;">
16 <span style="position: relative;">
17 <span class="a"></span>
18 </span>
19 </div>
20 </body>
21 </html>

mercurial