no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / async-scrolling / position-fixed-async-zoom-2-ref.html
blob324c5f5534f350141cc1fd10803a7098971c3baf
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta name="viewport" content="width=device-width, initial-scale=2.0">
5 <style>
6 html {
7 scrollbar-width: none;
9 body {
10 height: 3000px;
11 margin: 0;
13 div {
14 position: absolute;
15 top: 0;
16 width: 100px;
17 height: 100px;
18 background: green;
20 </style>
21 </head>
22 <body>
23 <div></div>
24 </body>
25 </html>