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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-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: Nate's feedback Created 4 years, 4 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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-expected.txt b/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-expected.txt
index bf56797e43f5d7c419ac42b5300b18e84f1a5617..ef534b482f5b85b5fd64bb94e236b4effdc9c16b 100644
--- a/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-expected.txt
@@ -1,14 +1,17 @@
main frame - didStartProvisionalLoadForFrame
main frame - didCommitLoadForFrame
-CONSOLE WARNING: line 12: A Parser-blocking, cross-origin script, http://localhost:8000/loading/resources/js-loaded.js?cross-origin, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.
-CONSOLE WARNING: line 12: A Parser-blocking, cross-origin script, http://localhost:8000/loading/resources/js-loaded.js?cross-origin, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.
-CONSOLE WARNING: line 54: A Parser-blocking, cross-origin script, http://localhost:8000/loading/resources/js-loaded.js?cross-origin, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.
-CONSOLE WARNING: line 54: A Parser-blocking, cross-origin script, http://localhost:8000/loading/resources/js-loaded.js?cross-origin, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.
-CONSOLE WARNING: line 70: A Parser-blocking, cross-origin script, http://localhost:8000/loading/resources/js-loaded.js?cross-origin2, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.
-CONSOLE WARNING: line 70: A Parser-blocking, cross-origin script, http://localhost:8000/loading/resources/js-loaded.js?cross-origin2, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.
+CONSOLE WARNING: line 12: A Parser-blocking, cross-origin script, http://localhost:8000/loading/resources/js-loaded.js?cross-origin, 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 12: A Parser-blocking, cross-origin script, http://localhost:8000/loading/resources/js-loaded.js?cross-origin, 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 54: A Parser-blocking, cross-origin script, http://localhost:8000/loading/resources/js-loaded.js?cross-origin, 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 54: A Parser-blocking, cross-origin script, http://localhost:8000/loading/resources/js-loaded.js?cross-origin, 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 74: A Parser-blocking, cross-origin script, http://localhost:8000/loading/resources/js-loaded.js?cross-origin2, 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.
+http://localhost:8000/loading/resources/js-loaded.js?cross-origin2 has priority High
+CONSOLE WARNING: line 74: A Parser-blocking, cross-origin script, http://localhost:8000/loading/resources/js-loaded.js?cross-origin2, 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.
+http://localhost:8000/loading/resources/js-loaded.js?cross-origin2 has priority High
main frame - didFinishDocumentLoadForFrame
main frame - didHandleOnloadEventsForFrame
main frame - didFinishLoadForFrame
+http://localhost:8000/loading/resources/js-loaded.js?cross-origin2 has priority VeryLow
This is a testharness.js-based test.
PASS Blocking of scripts doesn't come into effect since feature is disabled
PASS Same domain doc.written scripts are not blocked

Powered by Google App Engine
This is Rietveld 408576698