RetroZilla/layout/html/tests/block/bugs/43882-3.html

15 lines
365 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<!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; background: green;"></p>
<div style="background: blue"><input type=button value=button></div>
</div>
</BODY>
</HTML>