mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
table testcases, not part of the build
This commit is contained in:
parent
e910a4175a
commit
c89b1af446
1
layout/html/tests/table/bugs/bug123862.html
Normal file
1
layout/html/tests/table/bugs/bug123862.html
Normal 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>
|
39
layout/html/tests/table/bugs/bug127267.html
Normal file
39
layout/html/tests/table/bugs/bug127267.html
Normal 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>
|
30
layout/html/tests/table/bugs/bug128229.html
Normal file
30
layout/html/tests/table/bugs/bug128229.html
Normal 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&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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user