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