summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1133905-3-h-rtl.html
blob: ca60b948bb97c48a7ed4f0ea1560577c1546a2b7 (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="width: 9000px;"></div>
</body>
</html>