summaryrefslogtreecommitdiffstats
path: root/layout/reftests/async-scrolling/bg-fixed-child-no-culling-3.html
blob: fb0616ff3bcd049878d0443ec3626e3847ec3fa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE HTML>
<html reftest-async-scroll
      reftest-displayport-x="0" reftest-displayport-y="-150"
      reftest-displayport-w="800" reftest-displayport-h="2000"
      reftest-async-scroll-x="0" reftest-async-scroll-y="-150"
      style="scrollbar-width: none; background: linear-gradient(white, white) top left fixed no-repeat;">
<body style="height: 3000px; margin: 0;">
  <div style="width: 200px; height: 100px; background: lime;"></div>

  <script>
    document.documentElement.scrollTop = 150;
  </script>

</body>
</html>