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

Unified Diff: LayoutTests/inspector/resources/external-script-with-document-write.js

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/inspector/resources/external-script-with-document-write.js
diff --git a/LayoutTests/inspector/resources/external-script-with-document-write.js b/LayoutTests/inspector/resources/external-script-with-document-write.js
new file mode 100644
index 0000000000000000000000000000000000000000..1f027be577aa453e07e986384080514f23914d44
--- /dev/null
+++ b/LayoutTests/inspector/resources/external-script-with-document-write.js
@@ -0,0 +1,2 @@
+// This document write should be ignored.
+document.write("FAIL");
« no previous file with comments | « LayoutTests/inspector/console-document-write-from-external-script-logging-expected.txt ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698