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