new regression tests not affecting the build.

git-svn-id: svn://10.0.0.236/trunk@90005 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
karnaze%netscape.com
2001-03-21 17:51:36 +00:00
parent 2ca9d11fab
commit 00f68ec3ab
5 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<table border>
<tr><td><div style="height:800px">row one</div></td></tr>
<tr><td><div style="height:800px">row two</div></td></tr>
</table>

View File

@@ -0,0 +1,5 @@
<table border>
<tr><td><div style="height:800px">row one</div></td></tr>
<tr><td><div style="height:800px">row two</div></td></tr>
<tr><td><div style="height:800px">row three</div></td></tr>
</table>

View File

@@ -0,0 +1,11 @@
<table border>
<tfoot><tr><td>tfoot</td></tr></tfoot>
<tbody>
<tr>
<td><div style="height:800px">this is row 1</div></td>
</tr>
<tr>
<td><div style="height:800px">this is row 2</div></td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,11 @@
<table border>
<thead><tr><td>thead</td></tr></thead>
<tbody>
<tr>
<td><div style="height:800px">this is row 1</div></td>
</tr>
<tr>
<td><div style="height:800px">this is row 2</div></td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,4 @@
<table border>
<tr><td><div style="height:800px">row one</div></td></tr>
<tr><td><div style="height:800px">row two</div></td></tr>
</table>