This commit is contained in:
karnaze%netscape.com 1999-08-27 04:48:25 +00:00
Родитель bb33f01d50
Коммит 89aed4a1fe
9 изменённых файлов: 129 добавлений и 0 удалений

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

@ -0,0 +1,15 @@
<body><table CELLSPACING=0 CELLPADDING=0 WIDTH="100%" HEIGHT="100%" >
<tr>
<td WIDTH="160"><img SRC="../images/corner.JPG" height=80 width=160></td>
<td WIDTH="100%" BACKGROUND="../images/160x80.JPG"></td>
<td><img SRC="../images/40x80.JPG" height=80 width=40></td>
</tr>
<tr>
<td WIDTH="160" HEIGHT="80%" BACKGROUND="../images/160x160.JPG"></td>
<td COLSPAN="2" ROWSPAN="2"></td>
</tr>
<tr>
<td><img SRC="../images/160x40.JPG" height=40 width=160></td>
</tr>
</table>
</body>

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

@ -17,6 +17,7 @@ file:///s:/mozilla/layout/html/tests/table/bugs/bug12268.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug12384.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug1261.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug1262.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug1271.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug1296.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug1302.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug1318.html

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

@ -0,0 +1,112 @@
<table height=100% bgcolor=blue border>
<tr>
<td height=20%>20%</td>
</tr>
<tr>
<td height=80%>80%</td>
</tr>
</table>
<BR>
<table bgcolor=blue border>
<tr height=50>
<td>row 50</td>
</tr>
<tr>
<td height=50>50</td>
</tr>
</table>
<BR>
<table width=5 bgcolor=blue border>
<tr>
<td height=5>5 5 5</td>
</tr>
<tr>
<td height=50>50</td>
</tr>
</table>
<table bgcolor=blue height=100 border>
<tr>
<td height=200>200</td>
</tr>
<tr>
<td height=50>50</td>
</tr>
</table>
<BR>
<table bgcolor=blue border>
<tr>
<td height=200>200</td>
</tr>
<tr>
<td height=50>50</td>
</tr>
</table>
<BR>
<table bgcolor=orange width=20 border>
<tr>
<td height=100 rowspan=2>100</td>
<td height=100>100</td>
</tr>
<tr>
<td height=100>100 100 100</td>
</tr>
</table>
<BR>
<table bgcolor=yellow border>
<tr>
<td height=100%>100%</td>
</tr>
</table>
<BR>
<table bgcolor=orange height=100% border>
<tr>
<td height=20%>20%</td>
</tr>
<tr>
<td height=80%>80%</td>
</tr>
</table>
<BR>
<table bgcolor=gray border>
<tr>
<td height=5%>5%</td>
<td height=200>200</td>
</tr>
</table>
<BR>
<table height=200 bgcolor=orange border>
<tr>
<td height=50%>50%</td>
<td height=20>20</td>
</tr>
</table>
<BR>
<table height=100% border>
<tr>
<td height=500>500</td>
</tr>
<tr>
<td height=80%>80%</td>
</tr>
</table>
<BR>
<table bgcolor=red height=100% border>
<tr>
<td height=500 rowspan=2>500</td>
<td>auto</td>
</tr>
<tr>
<td>auto</td>
<td>auto</td>
</tr>
<tr>
<td>auto</td>
<td>auto</td>
</tr>
</table>
<BR>
<table bgcolor=orange border>
<tr>
<td height=400><table bgcolor=blue height=100%><tr><td>100%</td></tr></table></td>
</tr>
</table>

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

@ -1,5 +1,6 @@
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/cell_heights.html
file:///s:/mozilla/layout/html/tests/table/core/columns.html
file:///s:/mozilla/layout/html/tests/table/core/col_span.html
file:///s:/mozilla/layout/html/tests/table/core/col_span2.html

Двоичные данные
layout/html/tests/table/images/160x160.JPG Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 5.2 KiB

Двоичные данные
layout/html/tests/table/images/160x40.JPG Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 3.8 KiB

Двоичные данные
layout/html/tests/table/images/160x80.JPG Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 3.7 KiB

Двоичные данные
layout/html/tests/table/images/40x80.JPG Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 2.1 KiB

Двоичные данные
layout/html/tests/table/images/corner.JPG Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 4.5 KiB