summaryrefslogtreecommitdiffstats
path: root/gfx/layers/apz/test/reftest/async-scrollbar-1-vh-ref.html
blob: 35922e32538a9a20be5a665bcde1e7745a276388 (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,8000); document.documentElement.classList.remove('reftest-wait')">
<div style="width: 9000px; height: 20000px; background: white;"></div>
</body>
</html>