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