new regression tests, not affecting the build.

This commit is contained in:
karnaze%netscape.com 2002-12-03 16:35:23 +00:00
parent c7726efa2b
commit 4a6254c478
6 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<html><head>
<title>First-Letter Test</title><style>
div.float:first-letter { float: left; font-size: 2em; }
div.nofloat:first-letter { font-size: 2em; }
</style></head><body>
<div class="float">This is a testcase<br>
of first-letter with float</div>
<div class="nofloat">This is a testcase<br>
of first-letter without float</div>
</body></html>

View File

@ -194,5 +194,6 @@ file:///s:/mozilla/layout/html/tests/block/bugs/126213-2.html
file:///s:/mozilla/layout/html/tests/block/bugs/148245.html
file:///s:/mozilla/layout/html/tests/block/bugs/151620.html
file:///s:/mozilla/layout/html/tests/block/bugs/154741.html
file:///s:/mozilla/layout/html/tests/block/bugs/161644.html
file:///s:/mozilla/layout/html/tests/block/bugs/169620.html

View File

@ -0,0 +1 @@
P:first-letter {display : block ; Color:Red;}

View File

@ -0,0 +1,2 @@
P:first-letter { display : block ; Color:Blue;}

View File

@ -0,0 +1,9 @@
<html lang="En"><head>
<title>StyleSheets Change Bug</title><link rel="Stylesheet" title="First" href="161644-1.css" type="Text/CSS">
<link rel="Alternate Stylesheet" title="Second" href="161644-2.css" type="Text/CSS"></head>
<body>
Toggle the style sheets (view/use style).
<p>Test</p>
</body></html>

View File

@ -0,0 +1,17 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0064)http://bugzilla.mozilla.org/attachment.cgi?id=106885&action=view -->
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
<BODY>
Zoom in or out (ctl +/-)
<TABLE border=1>
<TBODY>
<TR>
<TD width=50>
<SCRIPT>
document.write('<fieldset style="border:1px solid red"><legend></legend>');
document.write('A B')
document.write('</fieldset>');
</SCRIPT>
</TD></TR></TBODY></TABLE></BODY></HTML>