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

Side by Side 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: extra new lines removed 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 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 12: A Parser-blocking, cross-origin script, http://localho st:8000/loading/resources/js-loaded.js?cross-origin, is invoked via document.wri te. This may be blocked by the browser if the device has poor network connectivi ty. 3 CONSOLE WARNING: line 12: A Parser-blocking, cross-origin script, http://localho st:8000/loading/resources/js-loaded.js?cross-origin, is invoked via document.wri te. This may be blocked by the browser if the device has poor network connectivi ty. See https://www.chromestatus.com/feature/5718547946799104 for more details.
4 CONSOLE WARNING: line 12: A Parser-blocking, cross-origin script, http://localho st:8000/loading/resources/js-loaded.js?cross-origin, is invoked via document.wri te. This may be blocked by the browser if the device has poor network connectivi ty. 4 CONSOLE WARNING: line 12: A Parser-blocking, cross-origin script, http://localho st:8000/loading/resources/js-loaded.js?cross-origin, is invoked via document.wri te. This may be blocked by the browser if the device has poor network connectivi ty. See https://www.chromestatus.com/feature/5718547946799104 for more details.
5 CONSOLE WARNING: line 54: A Parser-blocking, cross-origin script, http://localho st:8000/loading/resources/js-loaded.js?cross-origin, is invoked via document.wri te. This may be blocked by the browser if the device has poor network connectivi ty. 5 CONSOLE WARNING: line 54: A Parser-blocking, cross-origin script, http://localho st:8000/loading/resources/js-loaded.js?cross-origin, is invoked via document.wri te. This may be blocked by the browser if the device has poor network connectivi ty. See https://www.chromestatus.com/feature/5718547946799104 for more details.
6 CONSOLE WARNING: line 54: A Parser-blocking, cross-origin script, http://localho st:8000/loading/resources/js-loaded.js?cross-origin, is invoked via document.wri te. This may be blocked by the browser if the device has poor network connectivi ty. 6 CONSOLE WARNING: line 54: A Parser-blocking, cross-origin script, http://localho st:8000/loading/resources/js-loaded.js?cross-origin, is invoked via document.wri te. This may be blocked by the browser if the device has poor network connectivi ty. See https://www.chromestatus.com/feature/5718547946799104 for more details.
7 CONSOLE WARNING: line 70: A Parser-blocking, cross-origin script, http://localho st:8000/loading/resources/js-loaded.js?cross-origin2, is invoked via document.wr ite. This may be blocked by the browser if the device has poor network connectiv ity. 7 CONSOLE WARNING: line 70: A Parser-blocking, cross-origin script, http://localho st:8000/loading/resources/js-loaded.js?cross-origin2, is invoked via document.wr ite. This may be blocked by the browser if the device has poor network connectiv ity. See https://www.chromestatus.com/feature/5718547946799104 for more details.
8 CONSOLE WARNING: line 70: A Parser-blocking, cross-origin script, http://localho st:8000/loading/resources/js-loaded.js?cross-origin2, is invoked via document.wr ite. This may be blocked by the browser if the device has poor network connectiv ity. 8 CONSOLE WARNING: line 70: A Parser-blocking, cross-origin script, http://localho st:8000/loading/resources/js-loaded.js?cross-origin2, is invoked via document.wr ite. This may be blocked by the browser if the device has poor network connectiv ity. See https://www.chromestatus.com/feature/5718547946799104 for more details.
9 main frame - didFinishDocumentLoadForFrame 9 main frame - didFinishDocumentLoadForFrame
10 main frame - didHandleOnloadEventsForFrame 10 main frame - didHandleOnloadEventsForFrame
11 main frame - didFinishLoadForFrame 11 main frame - didFinishLoadForFrame
12 This is a testharness.js-based test. 12 This is a testharness.js-based test.
13 PASS Blocking of scripts doesn't come into effect since feature is disabled 13 PASS Blocking of scripts doesn't come into effect since feature is disabled
14 PASS Same domain doc.written scripts are not blocked 14 PASS Same domain doc.written scripts are not blocked
15 PASS cross-origin script not blocked since it is cached 15 PASS cross-origin script not blocked since it is cached
16 PASS cross origin doc.written scripts are blocked 16 PASS cross origin doc.written scripts are blocked
17 Harness: the test ran to completion. 17 Harness: the test ran to completion.
18 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698