adding layout regression tests not part of the build

This commit is contained in:
bmlk%gmx.de 2003-12-26 10:30:40 +00:00
Родитель 48c9af73a5
Коммит 07b77849a4
14 изменённых файлов: 304 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,59 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Site Search</title></head>
<body bgcolor="#FFFFFF">
<table width="600" border="0" cellspacing="0" cellpadding="5">
<tr>
<td>
<form>
<fieldset style="width:500px; height:95px">
<legend for="advanced_uspto_search">LEGEND</legend>
<table cellpadding="0" cellspacing="0">
<tr>
<td>
Locate
<select name="mt0">
<option value="all">All Words
</select>
<select name="ms0">
<option value="should">Should
</select>
appear in the results.
<br>
<br />
Look in these pages:
<select name="domain">
<option value="www.uspto.gov">USPTO Web Pages</option>
</select>
<br />
<br />
Look for these
words:<label for="label_for_mw0">
<input type="text" name="mw0" value="" id="label_for_mw0" size="35" maxlength="256">
</label>
<br />
Give a
<input type="radio" name="de" value="detailed" checked>
Detailed
<input type="radio" name="de" value="brief">
Brief description of each page and
Limit to:
<select name="nr">
<option value="10">10
</select>
pages
<br />
<label for="label_for_act.search">
<input type="submit" value="Search via FirstGov Now" id="label_for_act.search">
</label></td>
</tr>
</table>
</fieldset>
</form>
</td>
</tr>
</table>
</BODY>
</HTML>

Просмотреть файл

@ -56,5 +56,6 @@ file:///s|/mozilla/layout/html/tests/formctls/bugs/bug92647.html
file:///s|/mozilla/layout/html/tests/formctls/bugs/bug94268.html
file:///s|/mozilla/layout/html/tests/formctls/bugs/bug95703.html
file:///s|/mozilla/layout/html/tests/formctls/bugs/bug95937.html
file:///s|/mozilla/layout/html/tests/formctls/bugs/bug96506.html
file:///s|/mozilla/layout/html/tests/formctls/bugs/bug96604.html
file:///s|/mozilla/layout/html/tests/formctls/bugs/bug98918.html

Просмотреть файл

@ -0,0 +1,28 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<style>
div {border:solid green; position:absolute; top:150px;right:150px;width:60%}
table {border:solid blue; width:60%}
table.ab {position:absolute; top:200px;right:200px}
</style>
</head>
<body>
<table class="ab">
<tbody>
<tr>
<td>foo</td>
</tr>
</tbody>
</table>
<table>
<tbody>
<tr>
<td>foo</td>
</tr>
</tbody>
</table>
<div>div</div>
</body>
</html>

Просмотреть файл

@ -0,0 +1,25 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>test</title>
<style><!--
#menu {
position: absolute;
left: 1cm;
top: 1cm;
border: 20px solid #000060;
border-collapse: collapse;
}
--></style>
</head>
<body>
<table id="menu">
<tr><td>line 1</td></tr>
<tr><td>line 2</td></tr>
</table>
</body>
</html>

Просмотреть файл

@ -0,0 +1,20 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Testcase, bug 196870</title>
<style type="text/css">
div { width: 25px; height: 25px; }
</style>
</head>
<body>
<table width="130">
<tr>
<td width="130" align="right">
<div><img src="../images/test77.jpg" width="77" height="77" alt="a"></div>
</td>
</tr>
</table>
</body>
</html>

Просмотреть файл

@ -0,0 +1,22 @@
<html><head><title>Testcase for bug 215629</title></head>
<body>
<p>Image URLs intentionally broken</p>
<table>
<tr>
<td width="100%"><img src="a01x.gif" width="167" height="51"><img src="a02x.gif" width="181" height="51"><img src="a03.gif" width="205" height="51"><img src="a04.gif" width="173" height="51"></td>
</tr>
</table>
<p>Identical to the above except that width="100%" was removed from TD</p>
<table>
<tr>
<td><img src="a01x.gif" width="167" height="51"><img src="a02x.gif" width="181" height="51"><img src="a03.gif" width="205" height="51"><img src="a04.gif" width="173" height="51"></td>
</tr>
</table>
</body>
</html>

Просмотреть файл

@ -0,0 +1,62 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Essai</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript" language="javascript">
function remove_col2() {
var colp = document.getElementById("colp");
var c4= document.getElementById("c4");
colp.colSpan=0;
colp.style.display="none";
c4.style.display="none";
}
function remove_col() {
var tr1 = document.getElementById("tr1");
var tr2 = document.getElementById("tr2");
var tr3 = document.getElementById("tr3");
var colp = document.getElementById("colp");
var c1 = document.getElementById("c1");
var c2 = document.getElementById("c2");
var c3 = document.getElementById("c3");
var c4= document.getElementById("c4");
c1.style.display="none";
colp.colSpan=1;
c3.style.display="none";
c2.style.display="none";
remove_col2();
}
</script>
</head>
<body onload="remove_col()">
<table border="1" id="t_0">
<thead>
<tr id="tr1">
<th rowspan="2">aaaa</th>
<th rowspan="2">bbbb</th>
<th colspan="2" id ="colp">cccc</th>
<th rowspan="2">dddd</th>
</tr>
<tr id="tr2">
<th id="c1">eeee</th>
<th id="c2">ffff</th>
</tr>
</thead>
<tbody>
<tr id="tr3">
<td>1111</td>
<td>2222</td>
<td id="c3">3333</td>
<td id="c4">4444</td>
<td>5555</td>
</tr>
</tbody>
</table>
</body>
</html>

Просмотреть файл

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>table-layout</title>
</head>
<body>
<table style="table-layout: fixed;" width="800" cellpadding="4"
cellspacing="3" border="1">
<tbody>
<tr>
<td colspan="10"> A </td>
<td colspan="50"> B </td>
<td colspan="120"> C </td>
</tr>
</tbody>
</table>
</body>
</html>

Просмотреть файл

@ -0,0 +1,21 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>lunarstorm testcase</title>
</head>
<body>
<table CELLSPACING=0 CELLPADDING=0>
<tr>
<td>
<table CELLSPACING=0 CELLPADDING=0>
<tr>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>

Просмотреть файл

@ -0,0 +1,27 @@
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Test Document</title>
<script language="JavaScript">
function changeWidth()
{
var table = document.getElementById('test_table');
table.style.width = 400;
return false;
}
</script>
</head>
<body onload="changeWidth()">
<table id="test_table" width="200" style="border: 1px solid blue;">
<tr>
<td>
</td>
</tr>
</table>
</body>
</html>

Просмотреть файл

@ -0,0 +1,12 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Tables: Empty Tables</title>
<style type="text/css">
table { display: table; height: 5em; width: 5em; background: green; }
</style>
</head>
<body>
<p>There should be a green block under this paragraph.</p>
<table xmlns="http://www.example.org/"/>
</body>
</html>

Просмотреть файл

@ -12,8 +12,10 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug154780.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug15544.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug14489.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug1474.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug145572.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug15247.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug15933.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug159108.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug16012.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug16252.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug1647.html
@ -50,3 +52,4 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug19356.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug194024.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug19526.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug19599.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug196870.html

Просмотреть файл

@ -5,10 +5,13 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug20804.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug2123.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug21299.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug21518.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug215629.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug21918.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug219693-1.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug219693-2.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug22019.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug220536.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug220653.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug22122.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug221784-1.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug221784-2.html
@ -16,9 +19,12 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug22246-2.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug22246-2a.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug22246-3.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug22246-3a.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug222336.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug222467.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug222846.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug2267.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug22513.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug227123.xml
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

Двоичные данные
layout/html/tests/table/images/test77.jpg Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 2.1 KiB