no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / display-list / 1432553-2-ref.html
blob2ccf9dc4a2262d05aed2e4361956e8d970981acc
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
5 <meta charset="utf-8">
6 <title>Retained display list test</title>
7 <style type="text/css">
8 #parent {
9 position: fixed;
10 top: 300px;
11 left: 300px;
12 width: 200px;
13 height: 200px;
15 border: none;
16 background-color: green;
18 </style>
19 </head>
20 <body>
21 <div id="parent"></div>
22 </body>
23 </html>