no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / display-list / 1418945-1-ref.html
blobf1498c931d21c1fd441d3d111552ee85ea489d55
1 <html>
2 <head>
3 <style>
4 div {
5 width: 100px;
6 height: 100px;
7 position:relative;
9 #first {
10 background-color: red;
11 z-index: 1;
13 #second {
14 top: -50px;
15 background-color: green;
16 z-index: 1;
18 </style>
19 </head>
20 <body>
21 <div id="first"></div>
22 <div id="second"></div>
23 </body>
24 </html>