RetroZilla/layout/html/tests/formctls/bugs/bug45095.html

10 lines
161 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<HTML>
<BODY>
<div style="position: absolute;top: 100px;left:100px;opacity:0.5;background-color:red;">
<form>
<input type="text">
</form>
</div>
</BODY>
</HTML>