mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
new regression tests, not affecting the build.
This commit is contained in:
parent
c7726efa2b
commit
4a6254c478
11
layout/html/tests/block/bugs/161644.html
Normal file
11
layout/html/tests/block/bugs/161644.html
Normal 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>
|
@ -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
|
||||
|
||||
|
1
layout/html/tests/block/interactive/161644-1.css
Normal file
1
layout/html/tests/block/interactive/161644-1.css
Normal file
@ -0,0 +1 @@
|
||||
P:first-letter {display : block ; Color:Red;}
|
2
layout/html/tests/block/interactive/161644-2.css
Normal file
2
layout/html/tests/block/interactive/161644-2.css
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
P:first-letter { display : block ; Color:Blue;}
|
9
layout/html/tests/block/interactive/161644.html
Normal file
9
layout/html/tests/block/interactive/161644.html
Normal 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>
|
17
layout/html/tests/formctls/interactive/bug180805.html
Normal file
17
layout/html/tests/formctls/interactive/bug180805.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user