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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-expected.txt

Issue 2474943002: doc.write intervention warning message changed to replace cross-origin with cross site (etdl+1) (Closed)
Patch Set: Added a helper function Created 3 years, 10 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. See https://www.chromestatus.com/feature/5718547946799104 for more details. 3 CONSOLE WARNING: line 12: A Parser-blocking, cross site (i.e. different eTLD+1) script, http://localhost:8000/loading/resources/js-loaded.js?cross-origin, is in voked via document.write. This may be blocked by the browser if the device has p oor network connectivity. See https://www.chromestatus.com/feature/5718547946799 104 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. See https://www.chromestatus.com/feature/5718547946799104 for more details. 4 CONSOLE WARNING: line 12: A Parser-blocking, cross site (i.e. different eTLD+1) script, http://localhost:8000/loading/resources/js-loaded.js?cross-origin, is in voked via document.write. This may be blocked by the browser if the device has p oor network connectivity. See https://www.chromestatus.com/feature/5718547946799 104 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. See https://www.chromestatus.com/feature/5718547946799104 for more details. 5 CONSOLE WARNING: line 54: A Parser-blocking, cross site (i.e. different eTLD+1) script, http://localhost:8000/loading/resources/js-loaded.js?cross-origin, is in voked via document.write. This may be blocked by the browser if the device has p oor network connectivity. See https://www.chromestatus.com/feature/5718547946799 104 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. See https://www.chromestatus.com/feature/5718547946799104 for more details. 6 CONSOLE WARNING: line 54: A Parser-blocking, cross site (i.e. different eTLD+1) script, http://localhost:8000/loading/resources/js-loaded.js?cross-origin, is in voked via document.write. This may be blocked by the browser if the device has p oor network connectivity. See https://www.chromestatus.com/feature/5718547946799 104 for more details.
7 CONSOLE MESSAGE: line 64: http://localhost:8000/loading/resources/js-loaded.js?c ross-origin Intervention header has value <https://www.chromestatus.com/feature/ 5718547946799104>; level="warning" 7 CONSOLE MESSAGE: line 64: http://localhost:8000/loading/resources/js-loaded.js?c ross-origin Intervention header has value <https://www.chromestatus.com/feature/ 5718547946799104>; level="warning"
8 CONSOLE WARNING: line 74: 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 74: A Parser-blocking, cross site (i.e. different eTLD+1) script, http://localhost:8000/loading/resources/js-loaded.js?cross-origin2, is i nvoked via document.write. This may be blocked by the browser if the device has poor network connectivity. See https://www.chromestatus.com/feature/571854794679 9104 for more details.
9 CONSOLE WARNING: line 74: 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 CONSOLE WARNING: line 74: A Parser-blocking, cross site (i.e. different eTLD+1) script, http://localhost:8000/loading/resources/js-loaded.js?cross-origin2, is i nvoked via document.write. This may be blocked by the browser if the device has poor network connectivity. See https://www.chromestatus.com/feature/571854794679 9104 for more details.
10 CONSOLE MESSAGE: line 86: http://localhost:8000/loading/resources/js-loaded.js?c ross-origin2 has priority 0 10 CONSOLE MESSAGE: line 86: http://localhost:8000/loading/resources/js-loaded.js?c ross-origin2 has priority 0
11 main frame - didFinishDocumentLoadForFrame 11 main frame - didFinishDocumentLoadForFrame
12 main frame - didHandleOnloadEventsForFrame 12 main frame - didHandleOnloadEventsForFrame
13 main frame - didFinishLoadForFrame 13 main frame - didFinishLoadForFrame
14 This is a testharness.js-based test. 14 This is a testharness.js-based test.
15 PASS Blocking of scripts doesn't come into effect since feature is disabled 15 PASS Blocking of scripts doesn't come into effect since feature is disabled
16 PASS Same domain doc.written scripts are not blocked 16 PASS Same domain doc.written scripts are not blocked
17 PASS cross-origin script not blocked since it is cached 17 PASS cross-origin script not blocked since it is cached
18 PASS cross origin doc.written scripts are blocked 18 PASS cross origin doc.written scripts are blocked
19 Harness: the test ran to completion. 19 Harness: the test ran to completion.
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698