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