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

Unified Diff: LayoutTests/http/tests/fouc/scroll-left-while-loading.html

Issue 679863002: Revert "Prepare blink to unify definitions of load completion" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 e909de34141b92b31d6718f649f8bea50c832f01..b307cd56ed5850a687e33b14504f579d72404510 100644
--- a/LayoutTests/http/tests/fouc/scroll-left-while-loading.html
+++ b/LayoutTests/http/tests/fouc/scroll-left-while-loading.html
@@ -13,7 +13,6 @@ 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