This commit is contained in:
karnaze%netscape.com 1999-10-14 03:59:42 +00:00
Родитель 9419a5b88a
Коммит 84c1a59ffe
2 изменённых файлов: 42 добавлений и 0 удалений

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

@ -0,0 +1,41 @@
<table border=1>
<tr>
<td>
some normal text before the nested table
<table style="margin-left: 50px; width: 90%" border=1>
<td >selection of words to pad table cell
<td>selection of words to pad table cell
<td>selection of words to pad table cell</td>
</table>
some normal text after the nested table
<td>contents of table cell to right</td>
</tr>
</table>
<table border=1>
<tr>
<td>
some normal text before the nested table
<table style="margin-left: 50px;" border=1>
<td >selection of words to pad table cell
<td>selection of words to pad table cell
<td>selection of words to pad table cell</td>
</table>
some normal text after the nested table
<td>contents of table cell to right</td>
</tr>
</table>
<table border=1>
<tr>
<td>
some normal text before the nested table
<table style="margin-left: 50px; border:10px solid black; padding:5px" border=1>
<td >selection of words to pad table cell
<td>selection of words to pad table cell
<td>selection of words to pad table cell</td>
</table>
some normal text after the nested table
<td>contents of table cell to right</td>
</tr>
</table>

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

@ -41,6 +41,7 @@ file:///s:/mozilla/layout/html/tests/table/bugs/bug14159-3.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug1430.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug14323.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug1474.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug15247.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug1647.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug1725.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug1800.html