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

Unified Diff: LayoutTests/svg/wicd/test-scalable-background-image2.xhtml

Issue 561813003: Prepare blink to unify definitions of load completion (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/wicd/test-scalable-background-image2.xhtml
diff --git a/LayoutTests/svg/wicd/test-scalable-background-image2.xhtml b/LayoutTests/svg/wicd/test-scalable-background-image2.xhtml
index b6f9da6c02ff16ed7caad514331df0d9034067b9..4a30d43a191ddeade1ff0e566457f7c0f2325c76 100644
--- a/LayoutTests/svg/wicd/test-scalable-background-image2.xhtml
+++ b/LayoutTests/svg/wicd/test-scalable-background-image2.xhtml
@@ -7,6 +7,16 @@
<link rel="stylesheet" type="text/css" href="resources/test-scalable-background-image2.css"/>
</head>
<body>
+ <script src="../../resources/run-after-display.js"></script>
+ <script>
+ if (window.testRunner)
+ testRunner.waitUntilDone();
+
+ runAfterDisplay(function() {
+ if (window.testRunner)
+ testRunner.notifyDone();
+ });
+ </script>
<h1>scalable fullscreen background</h1>
<h4>WICD Core 1.0 #12</h4>
<p>

Powered by Google App Engine
This is Rietveld 408576698