mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 18:00:15 +01:00
15 lines
286 B
HTML
15 lines
286 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN//">
|
|
<HTML><HEAD>
|
|
<TITLE>Empty P quirk not removed</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
|
|
<div style="position: absolute; margin: 0; background: red;">
|
|
<p></p>
|
|
<div style="background: blue"><input type=button value=button></div>
|
|
</div>
|
|
|
|
|
|
</BODY>
|
|
</HTML>
|