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