Git init
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t1402-c45-bg-canvas-00-b.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: The Canvas</title>
5   <style type="text/css">
6    html { background-color: purple; }
7    body { background-color: navy; background-image: none; margin: 25px; color: white; }
8   </style>
9   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#q2" title="14.2 The background">
10   <link rel="help" href="http://www.w3.org/TR/CSS21/intro.html#q4" title="2.3.1 The canvas">
11  </head>
12  <body>
13   <p>This paragraph should be in a blue block near the top of the
14   page. Around it on all sides should be purple.</p>
15  </body>
16 </html>