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