Adding regression test.
git-svn-id: svn://10.0.0.236/trunk@217110 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
15
mozilla/layout/reftests/bugs/364079-1-ref.html
Normal file
15
mozilla/layout/reftests/bugs/364079-1-ref.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<style>
|
||||
div { height: 20px; }
|
||||
div > div { width: 100px; background: green; }
|
||||
body > div { direction: ltr }
|
||||
</style>
|
||||
<body style="width: 400px">
|
||||
<div><div style="margin-left: 100px; margin-right: auto"></div></div>
|
||||
<div><div style="margin-left: auto; margin-right: 100px"></div></div>
|
||||
<div><div style="margin-left: auto; margin-right: auto"></div></div>
|
||||
<div><div style="margin-left: 200px; margin-right: auto"></div></div>
|
||||
<div><div style="margin-left: 100px; margin-right: 100px"></div></div>
|
||||
</body>
|
||||
</html>
|
||||
15
mozilla/layout/reftests/bugs/364079-1.html
Normal file
15
mozilla/layout/reftests/bugs/364079-1.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<style>
|
||||
div { height: 20px; }
|
||||
div > div { width: 100px; background: green; }
|
||||
body > div { direction: rtl }
|
||||
</style>
|
||||
<body style="width: 400px">
|
||||
<div><div style="margin-left: 100px; margin-right: auto"></div></div>
|
||||
<div><div style="margin-left: auto; margin-right: 100px"></div></div>
|
||||
<div><div style="margin-left: auto; margin-right: auto"></div></div>
|
||||
<div><div style="margin-left: 100px; margin-right: 100px"></div></div>
|
||||
<div><div style="margin-left: 100px; margin-right: auto"></div></div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -29,6 +29,7 @@ f== bugs/360065-1.html bugs/360065-1-ref.html # bug 18217
|
||||
== bugs/315620-2a.xhtml bugs/315620-2-ref.xhtml
|
||||
!= bugs/315620-2b.xhtml bugs/315620-2-ref.xhtml
|
||||
== bugs/363637-1.html bugs/363637-1-ref.html
|
||||
== bugs/364079-1.html bugs/364079-1-ref.html
|
||||
|
||||
# table-dom/
|
||||
== table-dom/appendCells1.html table-dom/appendCells1-ref.html
|
||||
|
||||
Reference in New Issue
Block a user