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

8 lines
290 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE HTML>
<html>
<body style="overflow:hidden; height:3000px">
<div style="position:absolute; background:blue; top:300px; left:0; width:500px; height:200px;"></div>
<div style="position:absolute; background:black; top:0; left:0; width:500px; height:200px;"></div>
</body>
</html>