RetroZilla/layout/html/tests/block/bugs/67690.html

23 lines
398 B
HTML
Raw Normal View History

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