Tests for bug 750551. r=dholbert

This commit is contained in:
Simon Montagu 2012-05-07 07:27:41 -07:00
parent 36f1ecd09b
commit ead1aa66d7
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

@ -1699,4 +1699,5 @@ fuzzy-if(true,1,21) fuzzy-if(cocoaWidget,1,170) fuzzy-if(Android,7,147) == 71852
needs-focus == 731726-1.html 731726-1-ref.html
== 735481-1.html 735481-1-ref.html
== 745934-1.html 745934-1-ref.html
== 750551-1.html 750551-1-ref.html
== 748803-1.html 748803-1-ref.html