summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/750551-1.html
blob: fc7fc6f39f57d1b83a7c3a5c4e0e72f6a199e84a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<body dir="rtl">
<p>1
<p>2
<p>3
<style>
body {
 display: -moz-box;
 -moz-box-orient: vertical;
 text-align: left;
}
</style>
</body>
</html>