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

Unified Diff: LayoutTests/http/tests/misc/write-from-dom-script-expected.txt

Issue 110183005: DevTools: added console warning when call to document.write() from async script is ignored (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed tests Created 7 years 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/misc/write-from-dom-script-expected.txt
diff --git a/LayoutTests/http/tests/misc/write-from-dom-script-expected.txt b/LayoutTests/http/tests/misc/write-from-dom-script-expected.txt
index 7ef22e9a431ad0272713b71fdc8794016c8ef12f..76d08623b066dbb5c8b4920374045375ca576389 100644
--- a/LayoutTests/http/tests/misc/write-from-dom-script-expected.txt
+++ b/LayoutTests/http/tests/misc/write-from-dom-script-expected.txt
@@ -1 +1,2 @@
+CONSOLE WARNING: Failed to execute 'write' on 'Document': It isn't possible to write into a document from an asynchronously-loaded external script unless it is explicitly opened.
PASS

Powered by Google App Engine
This is Rietveld 408576698