Add regression tests. Not part of normal build.

This commit is contained in:
waterson%netscape.com 2001-04-29 01:42:52 +00:00
Родитель 1be204edc0
Коммит 5b29cd31ca
4 изменённых файлов: 109 добавлений и 0 удалений

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

@ -0,0 +1,23 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Coppied from Jigsaw</TITLE>
<style>
DIV.body {
FLOAT: left; }
.left {
FLOAT: left; }
</style>
</HEAD>
<BODY>
<DIV class=left>
<P class=link>Local&nbsp;Links</P></DIV>
<DIV class=body>
<P>Winie is a network utility to put files on the web using HTTP/1.1. The main
feature of Winie is to solve the lost update problem by storing
ETags. Winie use the client side api of Jigsaw.</P>
</DIV>
</BODY>
</HTML>

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

@ -0,0 +1,37 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<STYLE>
DL {
margin-left: 20%;
}
DIV.body {
background-color: #F0F0E0;
float: left;
}
.left {
text-align: left;
width: 100px;
float: left;
background-color: yellow;
}
</STYLE>
</head>
<body bgcolor="#FFFFFF" class="smallmargin">
<div class="left">abc</div>
<div class="body">
<dl>
<dd>The design has been done in such way to minimize file system accesses. By
</dd>
</dl>
</div>
</body></html>

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

@ -0,0 +1,46 @@
<html>
<head>
<title>
Invalid &lt;dd&gt; indentation
</title>
<style type="text/css">
.filler {color: #CCCCCC}
</style>
</head>
<body>
<h1>Invalid &lt;dd&gt; for Indentation</h1>
<h2>Set 1 - &lt;dd&gt; indentation tests</h2>
<p>Misplaced end tags appear after the test number, before the description.</p>
<hr width=50%>
<dd>Test 1</dd> with misplaced end tag. <span class="filler">(filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text)</span><br>
<dd>Test 2</dd> with misplaced end tag and preceding break. <span class="filler">(filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text)</span><br>
<dd></dd>
<dd>Test 3</dd> with misplaced end tag and after empty &lt;dd&gt; with preceding break and end tag <span class="filler">(filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text)</span>
<dd></dd>
<dd>Test 4</dd> with misplaced end tag and after empty &lt;dd&gt; with no preceding break and with end tag <span class="filler">(filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text)</span>
<dd>Test 5</dd> with misplaced end tag and no preceding break. <span class="filler">(filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text)</span><br>
<dd>Test 6 with preceding break and no end tag <span class="filler">(filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text)</span>
<dd>Test 7 with no preceding break and no end tag <span class="filler">(filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text)</span><br>
<dd>
<dd>Test 8 with no end tag and after empty &lt;dd&gt; with preceding break and no end tag <span class="filler">(filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text)</span>
<dd>
<dd>Test 9 with no end tag and after empty &lt;dd&gt; with no preceding break and no end tag <span class="filler">(filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text)</span>
<dd>
<dd>
<dd>
<dd>Test 10 with no end tag and after three empty &lt;dd&gt;s with no preceding break and no end tag <span class="filler">(filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text)</span>
<p>
<dd>Test 11 with no end tag and after empty &lt;p&gt; without end tag <span class="filler">(filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text)</span>
<dd>Dummy Test with no end tag and no preceding break <span class="filler">(filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text)</span>
<dd><p>Test 12 (paragraph) structure: &lt;dd&gt;&lt;p&gt;Test <span class="filler">(filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text)</span>
<hr>
<h2>Set 2 - Valid List
<hr width=50%>
<dl>
<dt>term
<dd>Definition <span class="filler">(filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text)</span>
<dt>term
<dd>Definition <span class="filler">(filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text filler text)</span>
</dl>

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

@ -5,6 +5,7 @@ file:///s:/mozilla/layout/html/tests/block/bugs/4677.html
file:///s:/mozilla/layout/html/tests/block/bugs/4803.html
file:///s:/mozilla/layout/html/tests/block/bugs/4956.html
file:///s:/mozilla/layout/html/tests/block/bugs/5114.html
file:///s:/mozilla/layout/html/tests/block/bugs/5119.html
file:///s:/mozilla/layout/html/tests/block/bugs/5196.html
file:///s:/mozilla/layout/html/tests/block/bugs/5375.html
file:///s:/mozilla/layout/html/tests/block/bugs/5537.html
@ -99,6 +100,8 @@ file:///s:/mozilla/layout/html/tests/block/bugs/37083-1.html
file:///s:/mozilla/layout/html/tests/block/bugs/37083-2.html
file:///s:/mozilla/layout/html/tests/block/bugs/37083-3.html
file:///s:/mozilla/layout/html/tests/block/bugs/37511_1.html
file:///s:/mozilla/layout/html/tests/block/bugs/38157-a.html
file:///s:/mozilla/layout/html/tests/block/bugs/38157-b.html
file:///s:/mozilla/layout/html/tests/block/bugs/39211.html
file:///s:/mozilla/layout/html/tests/block/bugs/39211-a.html
file:///s:/mozilla/layout/html/tests/block/bugs/39211-b.html