This commit is contained in:
karnaze%netscape.com 2000-01-11 18:18:08 +00:00
Родитель 9fa4b5b2e4
Коммит cd1d04cfdb
2 изменённых файлов: 63 добавлений и 0 удалений

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

@ -0,0 +1,62 @@
<TABLE BORDER=1>
<TR>
<TD ROWSPAN=0>rowspan 0</TD>
<TD COLSPAN=0>colspan 0</TD>
</TR>
<TR>
<TD>5</TD>
<TD>6</TD>
</TR>
</TABLE>
<BR>
<TABLE BORDER=1>
<TR>
<TD COLSPAN=0>colspan 0</TD>
<TD>3</TD>
</TR>
<TR>
<TD>4</TD><TD>5</TD><TD>6</TD>
</TR>
</TABLE>
<BR>
<TABLE BORDER=1>
<TR>
<TD>1</TD>
<TD ROWSPAN=2 COLSPAN=0>rowspan 0 colspan 0</TD>
</TR>
<TR>
<TD>4</TD><TD>6</TD>
</TR>
</TABLE>
<BR>
<TABLE BORDER=1>
<TR>
<TD>1</TD>
<TD ROWSPAN=2>2</TD>
</TR>
<TR>
<TD ALIGN=center COLSPAN=0>3</TD>
</TR>
</TABLE>
<BR>
<table border>
<tr>
<td>auto</td>
<td rowspan=0>rowspan 0</td>
<td>auto</td>
</tr>
<tr>
<td>auto</td>
<td>auto</td>
<td>auto</td>
</tr>
</table>

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

@ -169,6 +169,7 @@ file:///s:/mozilla/layout/html/tests/table/bugs/bug9123-1.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug9123-2.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug963.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug965.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug9879.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug16252.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug13196.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug14489.html