adding table testcases - not part of the build

git-svn-id: svn://10.0.0.236/trunk@110126 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bernd.mielke%snafu.de 2001-12-09 15:27:21 +00:00
parent dfd10349d5
commit 717117d6d4
4 changed files with 187 additions and 0 deletions

View File

@ -0,0 +1,158 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>table overflow </title>
<meta name="GENERATOR" content="Arachnophilia 4.0">
<meta name="FORMATTER" content="Arachnophilia 4.0">
<style type="text/css">
table {
table-layout : fixed;
border : 10px solid blue;
background-color: orange;
width:200px;
padding: 15px;
}
td {
background-color:yellow;
}
*|* :table-outer {
overflow:hidden;
}
col.c2 {
background-color:red;
overflow:hidden;
}
colgroup.cg2 {
background-color:red;
overflow:hidden;
}
*.clipme {
overflow:hidden
}
</style>
</head>
<body>
<table cellspacing="15px">
<caption>
clip at table-outer</caption>
<tr><td>cell1</td>
<td>contentwithoutspace
</td></tr></table>
<br>
<table class="clipme" cellspacing="15px">
<caption>
clip at table</caption>
<tr><td>cell1</td>
<td>contentwithoutspace
</td></tr></table>
<table cellspacing="15px">
<caption>
clip at tr</caption>
<tr class="clipme"><td>cell1</td>
<td>contentwithoutspace
</td></tr>
<tr><td>cell1</td>
<td>contentwithoutspace
</td></tr>
</table>
<table cellspacing="15px">
<colgroup>
<col>
<col class="clipme">
</colgroup>
<caption>
clip column</caption>
<tr ><td>cell1</td>
<td>contentwithoutspace
</td></tr>
<tr><td>cell1</td>
<td>contentwithoutspace
</td></tr>
</table>
<table cellspacing="15px">
<colgroup>
<col >
</colgroup>
<colgroup class="clipme">
<col>
</colgroup>
<caption>
clip columngroup</caption>
<tr><td>cell1</td>
<td>contentwithoutspace
</td></tr>
<tr><td>cell1</td>
<td>contentwithoutspace
</td></tr>
</table>
<table cellspacing="15px">
<caption>
clip thead</caption>
<thead class="clipme">
<tr><td>cell1</td>
<td>contentwithoutspace
</td></tr>
</thead>
<tr><td>cell1</td>
<td>contentwithoutspace
</td></tr>
</table>
<table cellspacing="15px">
<caption>
clip tbody</caption>
<thead>
<tr><td>cell1</td>
<td>contentwithoutspace
</td></tr>
</thead>
<tbody class="clipme">
<tr><td>cell1</td>
<td>contentwithoutspace
</td></tr>
</tbody>
</table>
<table cellspacing="15px">
<caption>
clip tfoot</caption>
<tbody>
<tr><td>cell1</td>
<td>contentwithoutspace
</td></tr>
</tbody>
<tfoot class="clipme">
<tr><td>cell1</td>
<td>contentwithoutspace
</td></tr>
</tfoot>
</table>
<table cellspacing="15px">
<caption>
clip td</caption>
<tbody>
<tr><td>cell1</td>
<td>contentwithoutspace
</td></tr>
</tbody>
<tfoot class="clipme">
<tr><td>cell1</td>
<td class="clipme">contentwithoutspace
</td></tr>
</tfoot>
</table>
</body>
</html>

View File

@ -0,0 +1,27 @@
<html>
<head>
<title>Mozilla Test Case - Bug 60992</title>
</head>
<body>
<table><tr><td nowrap>
This cell has the nowrap parameter
<br><br>
&lt;hr&gt;
<hr>
<br>
&lt;hr width=30&gt;
<hr width=30>
</td></tr><tr><td bgcolor=#cccccc>
&nbsp;
</td></tr><tr><td>
This cell doesn't
<br><br>
&lt;hr&gt;
<hr>
<br>
&lt;hr width=30&gt;
<hr width=30>
</td></tr></table>
</body>
</html>

View File

@ -19,6 +19,7 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug10565.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug10633.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug1067-1.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug1067-2.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug106966.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug108340.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug109043.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug11026.html

View File

@ -2,6 +2,7 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug60013.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug60749.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug60804.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug60807.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug60992.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug61042-1.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug61042-2.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug6184.html