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