new regression tests, not affecting the build.

This commit is contained in:
karnaze%netscape.com 2000-01-22 00:48:13 +00:00
parent 240367c967
commit b109cd3999
4 changed files with 107 additions and 0 deletions

View File

@ -0,0 +1,58 @@
<html>
<head>
<base href="http://webdeveloper.com/xml/">
<title>Testcase for bug 23235</title>
</head>
<body bgcolor="#FFFFFF">
<p>Testcase distilled from <a href="http://webdeveloper.com/xml/">http://webdeveloper.com/xml</a></p>
<table width="602" border="1" cellpadding=0 cellspacing=0>
<tr>
<td width=468>
<ul>
<li>The XML Files Resources List
<SCRIPT></SCRIPT>
<img src="/img/icom-logo-micro.gif" height=60 width=468>
</li>
</ul>
</td>
<td width="130">
<TABLE BORDER="1" CELLPADDING="2">
<TR>
<TD align="center">
<IMG SRC="/img/browsecathead.gif" WIDTH="118" HEIGHT="25"><br>
[<I> Site Map </I>]
</TD>
</TR>
</TABLE>
</td>
</tr>
</table>
<p>Same as above, but removed <code>&lt;SCRIPT&gt;&lt;/SCRIPT&gt;</code></p>
<table width="602" border="1" cellpadding=0 cellspacing=0>
<tr>
<td width=468>
<ul>
<li>The XML Files Resources List
<img src="/img/icom-logo-micro.gif" height=60 width=468>
</li>
</ul>
</td>
<td width="130">
<TABLE BORDER="1" CELLPADDING="2">
<TR>
<TD align="center">
<IMG SRC="/img/browsecathead.gif" WIDTH="118" HEIGHT="25"><br>
[<I> Site Map </I>]
</TD>
</TR>
</TABLE>
</td>
</tr>
</table>
</body></html>

View File

@ -0,0 +1,32 @@
<html><head><title>Testcase for bug 24627</title></head>
<body bgcolor="#FFFFFF">
<table border=1 width=90%>
<th><td>Host name</td><td>Architecture</td><td>Access</td></th>
<tr><td>debussy.debian.org</td><td>ARM</td><td>all</td></tr>
<tr><td>faure.debian.org</td><td>alpha</td><td>all</td></tr>
</table>
<p>Table nested in table</p>
<table>
<tr>
<td>
<table border=1 width=90%>
<th><td>Host name</td><td>Architecture</td><td>Access</td></th>
<tr><td>debussy.debian.org</td><td>ARM</td><td>all</td></tr>
<tr><td>faure.debian.org</td><td>alpha</td><td>all</td></tr>
</table>
</td>
</tr>
</table>
<br>
<p>Table - no nesting</p>
<table border=1 width=90%>
<th><td>Host name</td><td>Architecture</td><td>Access</td></th>
<tr><td>debussy.debian.org</td><td>ARM</td><td>all</td></tr>
<tr><td>faure.debian.org</td><td>alpha</td><td>all</td></tr>
</table>
</body></html>

View File

@ -0,0 +1,14 @@
<table width=100% border=2>
<tr>
<td>
<table cellspacing=0 cellpadding=0 width=224 border=1 align=right>
<tr>
<td>this doesn't show until a window resize</td>
</tr>
<tr>
<td height=8><img src="dontFind.jpg" width=1 height=8 alt=""></td>
</tr>
</table>
</td>
</tr>
</table>

View File

@ -86,7 +86,10 @@ file:///s:/mozilla/layout/html/tests/table/bugs/bug2267.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug2296.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug23072.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug23151.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug23235.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug23847.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug24627.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug24661.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug2469.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug2509.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug2516.html