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

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

Issue 2260303002: Sending an async GET request for doc.written blocked scripts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Windows compile error for GetResourcePriority return type fixed. Created 4 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: 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 a63a736b62dbbaf02f827976acd42cf534e00309..91cade727edf1cac56a8cc5069279efb80d3558f 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,9 +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 36: 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 36: 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 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. See https://www.chromestatus.com/feature/5718547946799104 for more details.
+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. See https://www.chromestatus.com/feature/5718547946799104 for more details.
+CONSOLE WARNING: line 36: 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. See https://www.chromestatus.com/feature/5718547946799104 for more details.
+CONSOLE WARNING: line 36: 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. See https://www.chromestatus.com/feature/5718547946799104 for more details.
main frame - didFinishDocumentLoadForFrame
main frame - didHandleOnloadEventsForFrame
main frame - didFinishLoadForFrame

Powered by Google App Engine
This is Rietveld 408576698