new regression tests, not affecting the build.

This commit is contained in:
karnaze%netscape.com 2001-11-06 23:15:24 +00:00
Родитель b486774c77
Коммит e7a57a8fc7
3 изменённых файлов: 37 добавлений и 0 удалений

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

@ -0,0 +1,31 @@
<html>
<head>
<title>Percentage heights on table cells</title>
</head>
<body>
<table border height="200">
<tr><td>This is the first cell in a 200 pixel high table.</td></tr>
<tr><td height="50%">This is the second cell, with <b>cell</b> height 50%.</td></tr>
<tr><td>This is the third cell.</td></tr>
</table>
<table border>
<tr><td>This is the first cell in an auto-height table.</td></tr>
<tr><td height="50%">This is the second cell, with <b>cell</b> height 50%.</td></tr>
<tr><td>This is the third cell.</td></tr>
</table>
<table border height="200">
<tr><td>This is the first cell in a 200 pixel high table.</td></tr>
<tr height="50%"><td>This is the second cell, with <b>row</b> height 50%.</td></tr>
<tr><td>This is the third cell.</td></tr>
</table>
<table border>
<tr><td>This is the first cell in an auto-height table.</td></tr>
<tr height="50%"><td>This is the second cell, with <b>row</b> height 50%.</td></tr>
<tr><td>This is the third cell.</td></tr>
</table>
</body>

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

@ -90,6 +90,7 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug56024.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug56024.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug56201.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug56563.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug57300.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug57378.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug57828.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug57828.html

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

@ -0,0 +1,5 @@
<table border=1 width="640">
<tr>
<td style="border:10px solid red"><img src="../images/mozilla-banner.gif"></td>
</tr>
</table>