no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / display-list / retained-dl-style-change-stacking-context-4-ref.html
blob0da0ec14f10d83c96349e74b157266349c7fab65
1 <html>
2 <head>
3 <style>
4 body {
5 margin: 0px;
7 div {
8 width:100px;
9 height:100px;
10 display: inline-block;
11 position:absolute;
12 background-color: green;
14 </style>
15 </head>
16 <body>
17 <div></div>
18 <div style="top: 110px;"></div>
19 </body>
20 </html>