table testcases, not part of the build

This commit is contained in:
bernd.mielke%snafu.de 2002-03-08 20:20:06 +00:00
parent e910a4175a
commit c89b1af446
4 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html> <head> <title>Cols and colspan</title> <style type="text/css"> <!-- table {margin: 1em 0; width: 200px; border: 2px solid black;} td {border: 1px solid gray; background: #EFE;} --> </style> </head> <body> <table> <tr> <td>no cols or colspans</td> </tr> </table> <table cols="4"> <tr> <td>cols=4</td> </tr> </table> <table> <tr> <td colspan="4">colspan=4</td> </tr> </table> <table cols="4"> <tr> <td colspan="4">cols=4, colspan=4</td> </tr> </table> <table cols="4"> <tr> <td colspan="4">see previous</td> </tr> </table> </body> </html>

View File

@ -0,0 +1,39 @@
<!doctype html public "-//w3c//dtd html 3.2//en">
<html>
<head>
<title>caption dir test</title>
<meta name="GENERATOR" content="Arachnophilia 4.0">
<meta name="FORMATTER" content="Arachnophilia 4.0">
<style>
.rtl {direction:rtl}
</style>
</head>
<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000">
<table>
<caption class="rtl" style="border:solid; width:500px ">
is the question mark on the left side with style?
</caption>
<tr>
<td>
table cell
</td>
</tr>
</table>
<table>
<caption dir="rtl" style="border:solid; width:500px ">
is the question mark on the left side without style?
</caption>
<tr>
<td>
table cell
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,30 @@
<!DOCTYPE HTML PUBLIC "-//W3C/cd/DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Testcase</title>
<script>
function font_res() {
var td1 = document.getElementById('mycell');
td1.setAttribute("style","font-size:24pt");
}
</script><base
href="http://bugzilla.mozilla.org/attachment.cgi?id=71855&amp;action=view">
</head>
<body onload="font_res()" id="mycell">
<table width="90%" border="1" style="table-layout: fixed;">
<tbody>
<tr>
<td><a href="http://www.distrowatch.com/xandros.php">Xandros</a>
in the news. text text text text text text text text text text text text
text text text text text text text text text text text text text text text
text text text text text text text text text text text text text text text
text text text text text text text text text text text text text text. </td>
</tr>
</tbody>
</table>
</body>
</html>

View File

@ -49,11 +49,14 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug12287.xul
file:///s|/mozilla/layout/html/tests/table/bugs/bug1224.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug12268.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug12384.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug123862.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug1261.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug126742.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug1262.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug12709.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug127267.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug1271.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug128229.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug128876.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug12908-1.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug12908-2.html