Git init
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t040304-c64-uri-00-a-g.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: URLs</title>
5   <link rel="stylesheet" href="support/css1test64a.css">
6   <style type="text/css">
7    @import url(support/css1test64b.css);
8    p.zero {background: red url(support/swatch-green.png);color:white;}
9   </style>
10   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#uri" title="4.3.4 URL + URN = URI">
11   <link rel="help" href="http://www.w3.org/TR/CSS21/cascade.html#at-import" title="6.3 The @import rule">
12  </head>
13  <body>
14   <p>There should be three green lines below.</p>
15   <p class="zero"> This line should be green. </p>
16   <p class="one"> This line should be green. </p>
17   <p class="two"> This line should be green. </p>
18  </body>
19 </html>