layout/reftests/async-scrolling/position-fixed-cover-1-ref.html

branch
TOR_BUG_9701
changeset 8
97036ab72558
equal deleted inserted replaced
-1:000000000000 0:0cc9377673b7
1 <!DOCTYPE HTML>
2 <html>
3 <body style="overflow:hidden; height:3000px">
4 <div style="position:absolute; background:blue; top:300px; left:0; width:500px; height:200px;"></div>
5 <div style="position:absolute; background:black; top:0; left:0; width:500px; height:200px;"></div>
6 </body>
7 </html>

mercurial