summaryrefslogtreecommitdiffstats
path: root/layout/reftests/reftest-sanity/async-scroll-1-ref.html
blob: f68227c188cfde136408365a1a46034b64f4311b (plain)
1
2
3
4
5
6
7
<!DOCTYPE HTML>
<html>
<body style="background:red;">
  <div style="position:absolute; background:lime; top:0; left:0; width:800px; height:1000px"></div>
  <div style="position:absolute; background:yellow; bottom:0; left:50px; width:50px; height:50px"></div>
</body>
</html>