new regression tests not affecting the build.

This commit is contained in:
karnaze%netscape.com 2001-01-26 23:47:57 +00:00
Родитель 68c43d84bf
Коммит 83b9b7ba19
4 изменённых файлов: 47 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,12 @@
<table border=1>
<tr><td>
<table width="100%" style="table-layout:fixed" border=1>
<tr><td width="200">cell 1
<td width="500">cell 2
</td>
</tr>
</table>
</td></tr>
</table>

Просмотреть файл

@ -0,0 +1,33 @@
<html><head><title>Testcase for bug 65372</title></head>
<body>
<table border=1>
<tr><td rowspan="2">First row</td></tr>
<tr>&nbsp;</tr> <!-- missing TD, spanned -->
<tr><td>Last row</td></tr>
</table>
<table border=1>
<tr><td rowspan="3">First row</td></tr>
<tr>&nbsp;</tr> <!-- missing TDs, spanned -->
<tr>&nbsp;</tr> <!-- missing TDs, spanned -->
<tr><td>Last row</td></tr>
</table>
<table border=1>
<tr><td rowspan="4">First row</td></tr>
<tr>&nbsp;</tr> <!-- missing TDs, spanned -->
<tr>&nbsp;</tr> <!-- missing TDs, spanned -->
<tr>&nbsp;</tr> <!-- missing TDs, spanned -->
<tr><td>Last row</td></tr>
</table>
<BR>
an additional test
<table border>
<tr><td rowspan=2>1</td></tr>
<tr></tr>
<tr><td>abc</td></tr>
</table>
</body></html>

Просмотреть файл

@ -6,6 +6,7 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug3309-2.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug33137.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug33784.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug33855.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug34176.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug3454.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug34538.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug3517.html

Просмотреть файл

@ -10,6 +10,7 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug641-2.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug6404.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug647.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug650.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug65372.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug6674.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug6933.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug709.html