RetroZilla/layout/html/tests/formctls/bugs/bug45095.html
2015-10-20 23:03:22 -04:00

10 lines
161 B
HTML

<HTML>
<BODY>
<div style="position: absolute;top: 100px;left:100px;opacity:0.5;background-color:red;">
<form>
<input type="text">
</form>
</div>
</BODY>
</HTML>