1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
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
;}
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">
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>