2 <html class=
"reftest-wait"><head>
3 <meta name=
"viewport" content=
"initial-scale=1.25">
4 <style> html { direction: rtl; }
</style>
7 <div style=
"height: 16000px; width: 7200px;"></div>
9 window
.addEventListener("MozReftestInvalidate",
11 // The zooming due to the initial-scale will not preserve the default
12 // scroll position (top right corner) for an RTL scroll frame, so
13 // scroll to it explicitly.
14 window
.scrollTo(scrollMaxX
, 0);
15 document
.documentElement
.className
= "";