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

Unified 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 4 years 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/css1/units/urls.html
diff --git a/third_party/WebKit/LayoutTests/css1/units/urls.html b/third_party/WebKit/LayoutTests/css1/units/urls.html
index e94890ce2332a7076b24d0304bb841f5685045c7..cd87407a05dc0bb18d48a4476f7e1fdb8605eeea 100644
--- a/third_party/WebKit/LayoutTests/css1/units/urls.html
+++ b/third_party/WebKit/LayoutTests/css1/units/urls.html
@@ -4,6 +4,7 @@
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" type="text/css" media="screen" href="../resources/base.css">
+<script src="../resources/base.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="../resources/sec64.css">
<style type="text/css">
@import url(../resources/sec642.css);
@@ -51,4 +52,4 @@ image should appear in the background. If an image, in this case a red
square-- or, indeed, any red at all-- is seen there, then the browser
has incorrectly interpreted a URL in relation to the document's URL,
not the stylesheet's URL. </p>
-</td></tr></tbody></table></body></html>
+</td></tr></tbody></table></body></html>

Powered by Google App Engine
This is Rietveld 408576698