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

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

Issue 561813003: Prepare blink to unify definitions of load completion (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add document.close() to scroll-left-while-loading.html Created 6 years, 2 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-image1.xhtml
diff --git a/LayoutTests/svg/wicd/test-scalable-background-image1.xhtml b/LayoutTests/svg/wicd/test-scalable-background-image1.xhtml
index ada561dc6ac17b648e5b724170431ecd0b550aa7..2ca5b02c479f63b2a26caf0d41c318b250e8f2ec 100644
--- a/LayoutTests/svg/wicd/test-scalable-background-image1.xhtml
+++ b/LayoutTests/svg/wicd/test-scalable-background-image1.xhtml
@@ -7,6 +7,16 @@
<link rel="stylesheet" type="text/css" href="resources/test-scalable-background-image1.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 CSS background</h1>
<h4>WICD Core 1.0 #11</h4>
<p>
« no previous file with comments | « LayoutTests/svg/wicd/test-rightsizing-b.xhtml ('k') | LayoutTests/svg/wicd/test-scalable-background-image2.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698