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

Unified Diff: LayoutTests/http/tests/fouc/scroll-left-while-loading.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/fouc/scroll-left-while-loading.html
diff --git a/LayoutTests/http/tests/fouc/scroll-left-while-loading.html b/LayoutTests/http/tests/fouc/scroll-left-while-loading.html
index b307cd56ed5850a687e33b14504f579d72404510..e909de34141b92b31d6718f649f8bea50c832f01 100644
--- a/LayoutTests/http/tests/fouc/scroll-left-while-loading.html
+++ b/LayoutTests/http/tests/fouc/scroll-left-while-loading.html
@@ -13,6 +13,7 @@ setTimeout(function(){
document.write("FAIL");
else
document.write("PASS");
+ document.close();
if (window.testRunner)
testRunner.notifyDone();
}, 0);

Powered by Google App Engine
This is Rietveld 408576698