summaryrefslogtreecommitdiffstats
path: root/gfx/layers/apz/test/reftest/async-scrollbar-1-v-fullzoom-ref.html
blob: 6226a9507060df354ce48b7b861e5f1c3bca078b (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html class="reftest-wait" reftest-zoom="0.67"><head>
<meta name="viewport" content="width=device-width">
</head>
<body onload="scrollTo(0,10000); document.documentElement.classList.remove('reftest-wait')">
<div style="width: 10px; height: 20000px; background: white;"></div>
</body>
</html>