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

Unified Diff: LayoutTests/http/tests/svg/change-id-with-pending-resources.html

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/http/tests/svg/change-id-with-pending-resources.html
diff --git a/LayoutTests/http/tests/svg/change-id-with-pending-resources.html b/LayoutTests/http/tests/svg/change-id-with-pending-resources.html
index 8c9404037d79ea074805610db29d02844c38f485..f0bd02249ae4b8e64986109a343422216da51f53 100644
--- a/LayoutTests/http/tests/svg/change-id-with-pending-resources.html
+++ b/LayoutTests/http/tests/svg/change-id-with-pending-resources.html
@@ -12,6 +12,7 @@
document.write("");
q.getElementById('d').id = "maskedGradient";
document.write("If this text is visible and the test did not crash, this test passes");
+ document.close();
if (window.testRunner)
testRunner.notifyDone();
}

Powered by Google App Engine
This is Rietveld 408576698