Mozilla/mozilla/layout/reftests/bugs/291262-1-ref.html
reed%reedloden.com cbcd72ae64 Address dbaron's nit for bug 291262's reftest.
git-svn-id: svn://10.0.0.236/trunk@243911 18797224-902f-48f8-a5cc-f745e15eee43
2008-01-24 17:38:17 +00:00

21 lines
346 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Styling the CANVAS element</title>
<style type="text/css">
div{
position: absolute;
top:37px; left:4em;
background:lime;
border:.5em solid black;
height:1em;
width:1em;
display:block;
}
</style>
</head>
<body>
<div></div>
</body>
</html>