no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 408656-1c.html
blob82c55385a3b1191a91bb650195a9c7ceaf03cda0
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 <div style="padding: 100px;">
16 <span style="position: relative;">
17 <span class="a"></span>
18 </span>
19 </div>
20 </body>
21 </html>