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

Side by Side Diff: LayoutTests/inspector/console-document-write-from-external-script-logging-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 6 years, 12 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 CONSOLE WARNING: Failed to execute 'write' on 'Document': It isn't possible to w rite into a document from an asynchronously-loaded external script unless it is explicitly opened.
2 Tests that ignored document.write() called from an external asynchronously loade d script is reported to console as a warning
3
4 Failed to execute 'write' on 'Document': It isn't possible to write into a docum ent from an asynchronously-loaded external script unless it is explicitly opened . external-script-with-document-write.js:2
5
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698