mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Tests for bug 750551. r=dholbert
This commit is contained in:
parent
e94c8d2785
commit
c0d80fe3e1
14
layout/reftests/bugs/750551-1-ref.html
Normal file
14
layout/reftests/bugs/750551-1-ref.html
Normal 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>
|
14
layout/reftests/bugs/750551-1.html
Normal file
14
layout/reftests/bugs/750551-1.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user