new regression tests, not affecting the build.

git-svn-id: svn://10.0.0.236/trunk@123318 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
karnaze%netscape.com 2002-06-14 14:56:54 +00:00
parent 54191082bf
commit e519a40b96
4 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<html>
<head>
<style type="text/css">
p:first-letter { float: left; }
p:first-line { color: black; }
</style>
</head>
<body>
<p>Ly</p>
</body>
</html>

View File

@ -183,3 +183,4 @@ file:///s:/mozilla/layout/html/tests/block/bugs/97383.html
file:///s:/mozilla/layout/html/tests/block/bugs/97383-a.html
file:///s:/mozilla/layout/html/tests/block/bugs/111255.html
file:///s:/mozilla/layout/html/tests/block/bugs/124637.html
file:///s:/mozilla/layout/html/tests/block/bugs/148245.html

View File

@ -0,0 +1,2 @@
make the window as narrow as possible<BR>
the <a href="/tut.php">introductory tutorial</a>

View File

@ -0,0 +1,15 @@
<html><head><title>Post Reply</title></head>
<body>
Hit the submit button, it should not move.
<form>
<table width="604" border=1>
<tbody>
<tr><td>test</td><td>test</td></tr>
<tr>
<td colspan="2" align="center" width="529"><input type="submit" value="Submit"></td>
</tr>
</tbody></table>
</FORM>
</body></html>