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

Side by Side 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 unified diff | Download patch
OLDNEW
1 main frame - didStartProvisionalLoadForFrame 1 main frame - didStartProvisionalLoadForFrame
2 main frame - didCommitLoadForFrame 2 main frame - didCommitLoadForFrame
3 CONSOLE WARNING: line 9: A Parser-blocking, cross-origin script, http://localhos t: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 connect ivity. 3 CONSOLE WARNING: line 9: A Parser-blocking, cross-origin script, http://localhos t: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 connect ivity. See https://www.chromestatus.com/feature/5718547946799104 for more detail s.
4 CONSOLE WARNING: line 9: A Parser-blocking, cross-origin script, http://localhos t: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 connect ivity. 4 CONSOLE WARNING: line 9: A Parser-blocking, cross-origin script, http://localhos t: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 connect ivity. See https://www.chromestatus.com/feature/5718547946799104 for more detail s.
5 CONSOLE WARNING: line 36: A Parser-blocking, cross-origin script, http://localho st: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 connec tivity. 5 CONSOLE WARNING: line 36: A Parser-blocking, cross-origin script, http://localho st: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 connec tivity. See https://www.chromestatus.com/feature/5718547946799104 for more detai ls.
6 CONSOLE WARNING: line 36: A Parser-blocking, cross-origin script, http://localho st: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 connec tivity. 6 CONSOLE WARNING: line 36: A Parser-blocking, cross-origin script, http://localho st: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 connec tivity. See https://www.chromestatus.com/feature/5718547946799104 for more detai ls.
7 main frame - didFinishDocumentLoadForFrame 7 main frame - didFinishDocumentLoadForFrame
8 main frame - didHandleOnloadEventsForFrame 8 main frame - didHandleOnloadEventsForFrame
9 main frame - didFinishLoadForFrame 9 main frame - didFinishLoadForFrame
10 This is a testharness.js-based test. 10 This is a testharness.js-based test.
11 PASS Document.written scripts are not blocked by default. 11 PASS Document.written scripts are not blocked by default.
12 PASS Document.written scripts are blocked on all connections when disallowFetchF orDocWrittenScriptsInMainFrame is specified. 12 PASS Document.written scripts are blocked on all connections when disallowFetchF orDocWrittenScriptsInMainFrame is specified.
13 Harness: the test ran to completion. 13 Harness: the test ran to completion.
14 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698