Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 291262-1-ref.html
blob86392c2b6dc803c45027f2c968c8d22083c9f507
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>Styling the CANVAS element</title>
5 <style type="text/css">
6 div{
7 position: absolute;
8 top:37px; left:4em;
9 background:lime;
10 border:.5em solid black;
11 height:1em;
12 width:1em;
13 display:block;
15 </style>
16 </head>
17 <body>
18 <div></div>
19 </body>
20 </html>