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

Unified Diff: LayoutTests/fast/loader/external-script-URL-location.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/fast/loader/external-script-URL-location.html
diff --git a/LayoutTests/fast/loader/external-script-URL-location.html b/LayoutTests/fast/loader/external-script-URL-location.html
index b8d430b5cee7a759179afe71bcd2975e2a54dd25..0074557f3bcf219079b9bde231142ed6662de15d 100644
--- a/LayoutTests/fast/loader/external-script-URL-location.html
+++ b/LayoutTests/fast/loader/external-script-URL-location.html
@@ -1,11 +1,8 @@
<body onload="test()">
FAILURE
<script>
-if (window.testRunner) {
+if (window.testRunner)
testRunner.dumpAsText();
- testRunner.waitUntilDone();
-}
-
function test()
{
document.write("<br>Test 1<br>File in URL: " + leafName(document.URL) + "<br><script src='resources/external-script-URL-location.js'></scr" + "ipt>");
« no previous file with comments | « LayoutTests/fast/loader/create-frame-in-DOMContentLoaded.html ('k') | LayoutTests/fast/loader/open-in-srcdoc-unload.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698