upload webkit/tizen 2.0_beta source.
[framework/web/webkit-efl.git] / LayoutTests / css1 / units / urls.html
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
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <meta http-equiv="Content-Style-Type" content="text/css">
5
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);}
11 </style></head>
12
13 <body><p>The style declarations which apply to the text below are:</p>
14 <pre>&lt;LINK rel="stylesheet" type="text/css" media="screen" href="../resources/bg.gif"&gt;
15 @import url(../resources/sec642.css);
16 BODY {background: url(../resources/bg.gif);}
17
18 </pre>
19 <hr>
20 <p>
21 This page should have a green grid pattern as its background.
22 </p>
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>
33
34
35 <table border="1" cellspacing="0" cellpadding="3" class="tabletest">
36 <tbody><tr>
37 <td colspan="2" bgcolor="silver"><strong>TABLE Testing Section</strong></td>
38 </tr>
39 <tr>
40 <td bgcolor="silver"> </td>
41 <td><p>
42 This page should have a green grid pattern as its background.
43 </p>
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>