1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"><html><head><title>CSS1 Test Suite:
6.4 URLs
</title>
3 <meta http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
4 <meta http-equiv=
"Content-Style-Type" content=
"text/css">
6 <link rel=
"stylesheet" type=
"text/css" media=
"screen" href=
"../resources/base.css">
7 <link rel=
"stylesheet" type=
"text/css" media=
"screen" href=
"../resources/sec64.css">
8 <style type=
"text/css">
9 @import url
(../resources/sec642.css);
10 BODY
{background: url
(../resources/bg.gif);}
13 <body><p>The style declarations which apply to the text below are:
</p>
14 <pre><LINK
rel=
"stylesheet" type=
"text/css" media=
"screen" href=
"../resources/bg.gif">
15 @import url(../resources/sec642.css);
16 BODY {background: url(../resources/bg.gif);}
21 This page should have a green grid pattern as its background.
23 <p class=
"one"> This paragraph should have a white background, but NO
24 image should appear in the background. If an image, in this case a red
25 square-- or, indeed, any red at all-- is seen there, then the browser
26 has incorrectly interpreted a URL in relation to the document's URL,
27 not the stylesheet's URL.
</p>
28 <p class=
"two"> This paragraph should have a white background, but NO
29 image should appear in the background. If an image, in this case a red
30 square-- or, indeed, any red at all-- is seen there, then the browser
31 has incorrectly interpreted a URL in relation to the document's URL,
32 not the stylesheet's URL.
</p>
35 <table border=
"1" cellspacing=
"0" cellpadding=
"3" class=
"tabletest">
37 <td colspan=
"2" bgcolor=
"silver"><strong>TABLE Testing Section
</strong></td>
40 <td bgcolor=
"silver"> </td>
42 This page should have a green grid pattern as its background.
44 <p class=
"one"> This paragraph should have a white background, but NO
45 image should appear in the background. If an image, in this case a red
46 square-- or, indeed, any red at all-- is seen there, then the browser
47 has incorrectly interpreted a URL in relation to the document's URL,
48 not the stylesheet's URL.
</p>
49 <p class=
"two"> This paragraph should have a white background, but NO
50 image should appear in the background. If an image, in this case a red
51 square-- or, indeed, any red at all-- is seen there, then the browser
52 has incorrectly interpreted a URL in relation to the document's URL,
53 not the stylesheet's URL.
</p>
54 </td></tr></tbody></table></body></html>