attinasi%netscape.com 3697f43a52 New regression testcase. BPOB
git-svn-id: svn://10.0.0.236/trunk@87676 18797224-902f-48f8-a5cc-f745e15eee43
2001-02-22 16:06:18 +00: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>