This commit is contained in:
karnaze%netscape.com 2000-01-02 23:09:03 +00:00
Родитель 1243d0ab93
Коммит 711f972a3a
2 изменённых файлов: 27 добавлений и 0 удалений

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

@ -0,0 +1,26 @@
<table bgcolor=blue width=100 style="box-sizing:content-box; border: 20px solid black; padding:10px;" border>
<tr>
<td>foo</td>
</tr>
<tr>
<td>bar</td>
</tr>
</table>
<BR>
<table bgcolor=blue width=100 style="box-sizing:padding-box; border: 20px solid black; padding:10px;" border>
<tr>
<td>foo</td>
</tr>
<tr>
<td>bar</td>
</tr>
</table>
<BR>
<table bgcolor=blue width=100 style="box-sizing:border-box; border: 20px solid black; padding:10px;" border>
<tr>
<td>foo</td>
</tr>
<tr>
<td>bar</td>
</tr>
</table>

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

@ -1,6 +1,7 @@
file:///s:/mozilla/layout/html/tests/table/core/backgrounds.html
file:///s:/mozilla/layout/html/tests/table/core/bloomberg.html
file:///s:/mozilla/layout/html/tests/table/core/borders.html
file:///s:/mozilla/layout/html/tests/table/core/box_sizing.html
file:///s:/mozilla/layout/html/tests/table/core/captions.html
file:///s:/mozilla/layout/html/tests/table/core/cell_heights.html
file:///s:/mozilla/layout/html/tests/table/core/columns.html