OLD | NEW |
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> | 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> |
2 | 2 |
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
4 <meta http-equiv="Content-Style-Type" content="text/css"> | 4 <meta http-equiv="Content-Style-Type" content="text/css"> |
5 | 5 |
6 <link rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs
s"> | 6 <link rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs
s"> |
| 7 <script src="../resources/base.js"></script> |
7 <link rel="stylesheet" type="text/css" media="screen" href="../resources/sec64.c
ss"> | 8 <link rel="stylesheet" type="text/css" media="screen" href="../resources/sec64.c
ss"> |
8 <style type="text/css"> | 9 <style type="text/css"> |
9 @import url(../resources/sec642.css); | 10 @import url(../resources/sec642.css); |
10 BODY {background: url(../resources/bg.gif);} | 11 BODY {background: url(../resources/bg.gif);} |
11 </style></head> | 12 </style></head> |
12 | 13 |
13 <body><p>The style declarations which apply to the text below are:</p> | 14 <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 <pre><LINK rel="stylesheet" type="text/css" media="screen" href="../resources
/bg.gif"> |
15 @import url(../resources/sec642.css); | 16 @import url(../resources/sec642.css); |
16 BODY {background: url(../resources/bg.gif);} | 17 BODY {background: url(../resources/bg.gif);} |
(...skipping 27 matching lines...) Expand all Loading... |
44 <p class="one"> This paragraph should have a white background, but NO | 45 <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 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 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 has incorrectly interpreted a URL in relation to the document's URL, |
48 not the stylesheet's URL. </p> | 49 not the stylesheet's URL. </p> |
49 <p class="two"> This paragraph should have a white background, but NO | 50 <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 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 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 has incorrectly interpreted a URL in relation to the document's URL, |
53 not the stylesheet's URL. </p> | 54 not the stylesheet's URL. </p> |
54 </td></tr></tbody></table></body></html> | 55 </td></tr></tbody></table></body></html> |
OLD | NEW |