Adding regression tests
git-svn-id: svn://10.0.0.236/trunk@147613 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1833145a2b
commit
2f8b20fd88
8
mozilla/layout/html/tests/table/bugs/bug219693-1.html
Normal file
8
mozilla/layout/html/tests/table/bugs/bug219693-1.html
Normal file
@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>bug 219693</title>
|
||||
</head>
|
||||
<body style="overflow:hidden;">
|
||||
<table border="1" height="100%"><tr><td> </td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
8
mozilla/layout/html/tests/table/bugs/bug219693-2.html
Normal file
8
mozilla/layout/html/tests/table/bugs/bug219693-2.html
Normal file
@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>bug 219693</title>
|
||||
</head>
|
||||
<body style="overflow: auto;">
|
||||
<table border="1" height="100%"><tr><td> </td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@ -6,6 +6,8 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug2123.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug21299.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug21518.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug21918.html
|
||||
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/bug22246-2.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user