summaryrefslogtreecommitdiffstats
path: root/gfx/layers/apz/test/reftest/root-scrollbar-zoomed-out-ref.html
blob: 95688364596080a8b4e9726e96fc66269a3c492e (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html class="reftest-wait"><head>
<meta name="viewport" content="initial-scale=1,width=device-width">
</head>
<body onload="scrollTo(450,10000); document.documentElement.classList.remove('reftest-wait')">
<div style="width: 9000px; height: 20000px; background: white;"></div>
</body>
</html>