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:
14
mozilla/layout/html/tests/block/bugs/43882-10.html
Normal file
14
mozilla/layout/html/tests/block/bugs/43882-10.html
Normal 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>
|
||||
14
mozilla/layout/html/tests/block/bugs/43882-11.html
Normal file
14
mozilla/layout/html/tests/block/bugs/43882-11.html
Normal 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>
|
||||
10
mozilla/layout/html/tests/block/bugs/43882-12.html
Normal file
10
mozilla/layout/html/tests/block/bugs/43882-12.html
Normal 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>
|
||||
14
mozilla/layout/html/tests/block/bugs/43882-6.html
Normal file
14
mozilla/layout/html/tests/block/bugs/43882-6.html
Normal 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>
|
||||
14
mozilla/layout/html/tests/block/bugs/43882-7.html
Normal file
14
mozilla/layout/html/tests/block/bugs/43882-7.html
Normal 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>
|
||||
14
mozilla/layout/html/tests/block/bugs/43882-8.html
Normal file
14
mozilla/layout/html/tests/block/bugs/43882-8.html
Normal 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>
|
||||
14
mozilla/layout/html/tests/block/bugs/43882-9.html
Normal file
14
mozilla/layout/html/tests/block/bugs/43882-9.html
Normal 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>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user