This commit is contained in:
karnaze%netscape.com 1999-10-15 04:29:09 +00:00
Родитель 694117e18a
Коммит f42c7bef25
2 изменённых файлов: 29 добавлений и 0 удалений

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

@ -0,0 +1,28 @@
<html><head>
<style type="text/css">
TABLE { margin: 1em; width: auto; }
</style>
</head>
<body>
<table border class="two">
<tr>
<th>Header One</th>
<th>Header Two</th>
<th>Header Three</th>
</tr>
<tr>
<td>
This table uses the separated borders model.
</td>
<td>
This means that elements within the cell have border-spacing of 1em.
</td>
<td>
The borders on the header cells,
on all sides, should be medium solid purple.
</td>
</tr>
</table>
</body></html>

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

@ -82,6 +82,7 @@ file:///s:/mozilla/layout/html/tests/table/bugs/bug3260.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug3263.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug3309-1.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug3309-2.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug3454.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug3517.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug3718.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug3831.html