Adding regression test.

git-svn-id: svn://10.0.0.236/trunk@217110 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2006-12-18 03:29:35 +00:00
parent 6cab0c0057
commit c3dbe09fe8
3 changed files with 31 additions and 0 deletions

View 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>

View 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>

View File

@@ -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