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

Unified Diff: LayoutTests/fast/dom/HTMLScriptElement/resources/should-load.js

Issue 532643002: Move pending async script to the correct resolved document. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update expected outputs. Created 6 years, 3 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/dom/HTMLScriptElement/resources/should-load.js
diff --git a/LayoutTests/fast/dom/HTMLScriptElement/resources/should-load.js b/LayoutTests/fast/dom/HTMLScriptElement/resources/should-load.js
index 80d7f8cb4621e73de42db6bbe507340ba64fe891..796093bfe2b8eed7bb7c5bece0d77719a789f62b 100644
--- a/LayoutTests/fast/dom/HTMLScriptElement/resources/should-load.js
+++ b/LayoutTests/fast/dom/HTMLScriptElement/resources/should-load.js
@@ -1 +1 @@
-console.log('PASS');
+window.top.done();

Powered by Google App Engine
This is Rietveld 408576698