summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1133905-2-vh-rtl.html
blob: c1214f53a340a750e232977620ce19e6236a422a (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html><head>
<meta name="viewport" content="width=125">
<style> html { direction: rtl; } </style>
</head>
<body>
<div style="height: 4787px; width: 9000px;"></div>
</body>
</html>