Adding regression tests

This commit is contained in:
bzbarsky%mit.edu 2003-10-18 00:28:44 +00:00
parent c9d4d38519
commit 97f36d627f
3 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<html>
<body>
<div style="position:absolute;">
<table height="100%" border>
<tr><td>test</td></tr>
</table>
</div>
</body>
</html>

View File

@ -0,0 +1,11 @@
<html>
<body>
<div style="position:absolute;height:100px">
<div>
<table height="100%" border>
<tr><td>test</td></tr>
</table>
</div>
</div>
</body>
</html>

View File

@ -10,6 +10,8 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug219693-1.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug219693-2.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug22019.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug22122.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug221784-1.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug221784-2.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug22246-2.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug22246-2a.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug22246-3.html