mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 18:50:08 +00:00
Add more regression tests for bug 43882. Does not affect build.
This commit is contained in:
parent
ce10649cda
commit
5378e96551
14
layout/html/tests/block/bugs/43882-10.html
Normal file
14
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
layout/html/tests/block/bugs/43882-11.html
Normal file
14
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
layout/html/tests/block/bugs/43882-12.html
Normal file
10
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
layout/html/tests/block/bugs/43882-6.html
Normal file
14
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
layout/html/tests/block/bugs/43882-7.html
Normal file
14
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
layout/html/tests/block/bugs/43882-8.html
Normal file
14
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
layout/html/tests/block/bugs/43882-9.html
Normal file
14
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user