gecko-dev/layout/reftests/async-scrolling/bg-fixed-child-no-culling-3...

16 строки
529 B
HTML

<!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="overflow: hidden; 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>