Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Side by Side Diff: third_party/WebKit/LayoutTests/css1/units/urls.html

Issue 2588283002: Most css1/ tests should wait for basebg.gif to be loaded (Closed)
Patch Set: fix Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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>&lt;LINK rel="stylesheet" type="text/css" media="screen" href="../resources /bg.gif"&gt; 15 <pre>&lt;LINK rel="stylesheet" type="text/css" media="screen" href="../resources /bg.gif"&gt;
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698