dbaron%fas.harvard.edu 96e57b18bd 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
2000-06-29 01:09:53 +00:00

15 lines
343 B
HTML

<!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>