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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-all-conn-types-expected.txt

Issue 2045313003: Dev tools warning and console warning for document.write script blocking (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Only one invocation of emitWarning function Created 4 years, 6 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-all-conn-types-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-all-conn-types-expected.txt b/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-all-conn-types-expected.txt
index 0b443dc2868b9e83f360840195e8558d932334d2..03bca4b81bca16ccac0d71e9d9751555c073c886 100644
--- a/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-all-conn-types-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-all-conn-types-expected.txt
@@ -1,5 +1,9 @@
main frame - didStartProvisionalLoadForFrame
main frame - didCommitLoadForFrame
+CONSOLE WARNING: line 9: A Parser-blocking, cross-origin script, http://localhost:8000/loading/resources/js-loaded.js?all-conn-types?a, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.
+CONSOLE WARNING: line 9: A Parser-blocking, cross-origin script, http://localhost:8000/loading/resources/js-loaded.js?all-conn-types?a, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.
+CONSOLE WARNING: line 37: A Parser-blocking, cross-origin script, http://localhost:8000/loading/resources/js-loaded.js?all-conn-types?b, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.
+CONSOLE WARNING: line 37: A Parser-blocking, cross-origin script, http://localhost:8000/loading/resources/js-loaded.js?all-conn-types?b, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.
main frame - didFinishDocumentLoadForFrame
main frame - didHandleOnloadEventsForFrame
main frame - didFinishLoadForFrame
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698