RetroZilla/layout/html/tests/block/bugs/264914-2.html
2015-10-20 23:03:22 -04:00

7 lines
262 B
HTML

<html>
<body>
This is text. <button style="position: relative; height: 100px; width: 100px; -moz-box-sizing: content-box">
<div style="position: absolute; top: 50px; left: 50px; border: 2px solid green; height: 25px; width: 25px"></div>
</button>
</body>
</html>