Tests for bug 750551. r=dholbert

This commit is contained in:
Simon Montagu 2012-05-07 12:17:41 -07:00
parent e94c8d2785
commit c0d80fe3e1
3 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,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>

View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<body dir="rtl">
<p>1
<p>2
<p>3
<style>
body {
display: -moz-box;
-moz-box-orient: vertical;
}
</style>
</body>
</html>

View File

@ -1700,3 +1700,4 @@ needs-focus == 731726-1.html 731726-1-ref.html
== 735481-1.html 735481-1-ref.html
== 745934-1.html 745934-1-ref.html
== 748803-1.html 748803-1-ref.html
== 750551-1.html 750551-1-ref.html