RetroZilla/layout/html/tests/block/bugs/264914-2.html

7 lines
262 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>