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