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

Unified Diff: LayoutTests/http/tests/svg/tref-adoptNode-crash.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/tref-adoptNode-crash.html
diff --git a/LayoutTests/http/tests/svg/tref-adoptNode-crash.html b/LayoutTests/http/tests/svg/tref-adoptNode-crash.html
index afa5e7f4cb2889b35b1c03836e81f586e00a4388..c47b0bc419cefc2ab4f7611ad8337618b29f1dd7 100644
--- a/LayoutTests/http/tests/svg/tref-adoptNode-crash.html
+++ b/LayoutTests/http/tests/svg/tref-adoptNode-crash.html
@@ -17,6 +17,7 @@
r.surroundContents( e );
e.id = 's';
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