Add more regression tests for bug 43882. Does not affect build.

git-svn-id: svn://10.0.0.236/trunk@73489 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2000-06-29 01:09:53 +00:00
parent 041162eebe
commit 96e57b18bd
8 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN//">
<HTML><HEAD>
<TITLE>Empty P quirk not removed</TITLE>
</HEAD>
<BODY>
<div style="background: red">Text.</div>
<div style="background: aqua; float: right; width: 50%;">
<div style="margin: 1em 0 0 0; background: green;"></div>
<div style="background: blue"><input type=button value=button></div>
</div>
</BODY>
</HTML>

View File

@@ -0,0 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN//">
<HTML><HEAD>
<TITLE>Empty P quirk not removed</TITLE>
</HEAD>
<BODY>
<div style="background: red">Text.</div>
<div style="background: aqua; float: right; width: 50%;">
<div style="margin: 0 0 2em 0; background: green;"></div>
<div style="background: blue"><input type=button value=button></div>
</div>
</BODY>
</HTML>

View File

@@ -0,0 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN//">
<HTML><HEAD>
<TITLE>Empty P quirk not removed</TITLE>
</HEAD>
<BODY>
<div style="border: medium solid green"><p></p></div>
</BODY>
</HTML>

View File

@@ -0,0 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN//">
<HTML><HEAD>
<TITLE>Empty P quirk not removed</TITLE>
</HEAD>
<BODY>
<div style="background: red">Text.</div>
<div style="float: right; width: 300px; background: aqua">
<p style="margin: 1em 0 2em 0; background: green;"></p>
<div style="background: blue"><input type=button value=button></div>
</div>
</BODY>
</HTML>

View File

@@ -0,0 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN//">
<HTML><HEAD>
<TITLE>Empty P quirk not removed</TITLE>
</HEAD>
<BODY>
<div style="background: red">Text.</div>
<div style="background: aqua">
<p style="margin: 1em 0 2em 0; background: green;"></p>
<div style="background: blue"><input type=button value=button></div>
</div>
</BODY>
</HTML>

View File

@@ -0,0 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN//">
<HTML><HEAD>
<TITLE>Empty P quirk not removed</TITLE>
</HEAD>
<BODY>
<div style="background: red">Text.</div>
<div style="background: aqua; float: right; width: 50%;">
<div style="margin: 1em 0 2em 0; background: green;"></div>
<div style="background: blue"><input type=button value=button></div>
</div>
</BODY>
</HTML>

View File

@@ -0,0 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN//">
<HTML><HEAD>
<TITLE>Empty P quirk not removed</TITLE>
</HEAD>
<BODY>
<div style="background: red">Text.</div>
<div style="background: aqua; float: right; width: 50%;">
<div style="margin: 1em 0 2em 0; background: green;"></div>
<div style="background: blue"><input type=button value=button></div>
</div>
</BODY>
</HTML>

View File

@@ -101,3 +101,10 @@ file:///s:/mozilla/layout/html/tests/block/bugs/43882-2.html
file:///s:/mozilla/layout/html/tests/block/bugs/43882-3.html
file:///s:/mozilla/layout/html/tests/block/bugs/43882-4.html
file:///s:/mozilla/layout/html/tests/block/bugs/43882-5.html
file:///s:/mozilla/layout/html/tests/block/bugs/43882-6.html
file:///s:/mozilla/layout/html/tests/block/bugs/43882-7.html
file:///s:/mozilla/layout/html/tests/block/bugs/43882-8.html
file:///s:/mozilla/layout/html/tests/block/bugs/43882-9.html
file:///s:/mozilla/layout/html/tests/block/bugs/43882-10.html
file:///s:/mozilla/layout/html/tests/block/bugs/43882-11.html
file:///s:/mozilla/layout/html/tests/block/bugs/43882-12.html