mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
new regression tests, not affecting the build.
This commit is contained in:
parent
240367c967
commit
b109cd3999
58
layout/html/tests/table/bugs/bug23235.html
Normal file
58
layout/html/tests/table/bugs/bug23235.html
Normal 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><SCRIPT></SCRIPT></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>
|
32
layout/html/tests/table/bugs/bug24627.html
Normal file
32
layout/html/tests/table/bugs/bug24627.html
Normal 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>
|
14
layout/html/tests/table/bugs/bug24661.html
Normal file
14
layout/html/tests/table/bugs/bug24661.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user