c64-uri-000

URLs

WeasyPrint

This browser

Flags
image

Source

 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 2 <html>
 3  <head>
 4   <title>CSS Test: URLs</title>
 5   <meta name="flags" content="image">
 6   <link rel="help" href="http://www.w3.org/TR/REC-CSS1#url">
 7   <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html">
 8   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
 9   <link rel="stylesheet" href="support/css1test64a.css">
10   <style type="text/css">
11    @import url(support/css1test64b.css);
12    p.zero {background: red url(support/swatch-green.png);color:white;}
13   </style>
14   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#uri" title="4.3.4 URLs and URIs">
15   <link rel="help" href="http://www.w3.org/TR/CSS21/cascade.html#at-import" title="6.3 The @import rule">
16  </head>
17  <body>
18   <p>There should be three green lines below.</p>
19   <p class="zero"> This line should be green. </p>
20   <p class="one"> This line should be green. </p>
21   <p class="two"> This line should be green. </p>
22  </body>
23 </html>