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

23 lines
398 B
HTML

<html>
<style>
#check {
border: 2px inset ThreeDFace;
background-color: -moz-field;
color: WindowText;
width: 13px;
height: 13px;
cursor: default;
vertical-align: bottom;
-moz-binding: none;
margin: 3px 4px 3px 4px;
-moz-box-sizing: border-box;
}
</style>
<body>
<div id=check></div>
<div id=check style="position: absolute; top: 30px; left: 10px;"></div>
</body>
</html>