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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-reload-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 47: A Parser-blocking, cross-origin script, http://localho st:8000/loading/resources/js-loaded.js?reload, is invoked via document.write. Th is may be blocked by the browser if the device has poor network connectivity. Se e https://www.chromestatus.com/feature/5718547946799104 for more details. 3 CONSOLE WARNING: line 47: A Parser-blocking, cross site (i.e. different eTLD+1) script, http://localhost:8000/loading/resources/js-loaded.js?reload, is invoked via document.write. This may be blocked by the browser if the device has poor ne twork connectivity. See https://www.chromestatus.com/feature/5718547946799104 fo r more details.
4 CONSOLE WARNING: line 47: A Parser-blocking, cross-origin script, http://localho st:8000/loading/resources/js-loaded.js?reload, is invoked via document.write. Th is may be blocked by the browser if the device has poor network connectivity. Se e https://www.chromestatus.com/feature/5718547946799104 for more details. 4 CONSOLE WARNING: line 47: A Parser-blocking, cross site (i.e. different eTLD+1) script, http://localhost:8000/loading/resources/js-loaded.js?reload, is invoked via document.write. This may be blocked by the browser if the device has poor ne twork connectivity. See https://www.chromestatus.com/feature/5718547946799104 fo r more details.
5 main frame - didStartProvisionalLoadForFrame 5 main frame - didStartProvisionalLoadForFrame
6 main frame - didFailLoadWithError 6 main frame - didFailLoadWithError
7 main frame - didCommitLoadForFrame 7 main frame - didCommitLoadForFrame
8 CONSOLE WARNING: line 47: A Parser-blocking, cross-origin script, http://localho st:8000/loading/resources/js-loaded.js?reload, is invoked via document.write. Th is may be blocked by the browser if the device has poor network connectivity. Se e https://www.chromestatus.com/feature/5718547946799104 for more details. 8 CONSOLE WARNING: line 47: A Parser-blocking, cross site (i.e. different eTLD+1) script, http://localhost:8000/loading/resources/js-loaded.js?reload, is invoked via document.write. This may be blocked by the browser if the device has poor ne twork connectivity. See https://www.chromestatus.com/feature/5718547946799104 fo r more details.
9 CONSOLE WARNING: line 47: A Parser-blocking, cross-origin script, http://localho st:8000/loading/resources/js-loaded.js?reload, is invoked via document.write. Th is may be blocked by the browser if the device has poor network connectivity. Se e https://www.chromestatus.com/feature/5718547946799104 for more details. 9 CONSOLE WARNING: line 47: A Parser-blocking, cross site (i.e. different eTLD+1) script, http://localhost:8000/loading/resources/js-loaded.js?reload, is invoked via document.write. This may be blocked by the browser if the device has poor ne twork connectivity. See https://www.chromestatus.com/feature/5718547946799104 fo r more details.
10 main frame - didStartProvisionalLoadForFrame 10 main frame - didStartProvisionalLoadForFrame
11 main frame - didFailLoadWithError 11 main frame - didFailLoadWithError
12 main frame - didCommitLoadForFrame 12 main frame - didCommitLoadForFrame
13 CONSOLE WARNING: line 47: A Parser-blocking, cross-origin script, http://localho st:8000/loading/resources/js-loaded.js?reload, is invoked via document.write. Th is may be blocked by the browser if the device has poor network connectivity. Se e https://www.chromestatus.com/feature/5718547946799104 for more details. 13 CONSOLE WARNING: line 47: A Parser-blocking, cross site (i.e. different eTLD+1) script, http://localhost:8000/loading/resources/js-loaded.js?reload, is invoked via document.write. This may be blocked by the browser if the device has poor ne twork connectivity. See https://www.chromestatus.com/feature/5718547946799104 fo r more details.
14 CONSOLE WARNING: line 47: A Parser-blocking, cross-origin script, http://localho st:8000/loading/resources/js-loaded.js?reload, is invoked via document.write. Th is may be blocked by the browser if the device has poor network connectivity. Se e https://www.chromestatus.com/feature/5718547946799104 for more details. 14 CONSOLE WARNING: line 47: A Parser-blocking, cross site (i.e. different eTLD+1) script, http://localhost:8000/loading/resources/js-loaded.js?reload, is invoked via document.write. This may be blocked by the browser if the device has poor ne twork connectivity. See https://www.chromestatus.com/feature/5718547946799104 fo r more details.
15 main frame - didFinishDocumentLoadForFrame 15 main frame - didFinishDocumentLoadForFrame
16 main frame - didHandleOnloadEventsForFrame 16 main frame - didHandleOnloadEventsForFrame
17 main frame - didFinishLoadForFrame 17 main frame - didFinishLoadForFrame
18 This is a testharness.js-based test. 18 This is a testharness.js-based test.
19 PASS window.internals is required for the test to run 19 PASS window.internals is required for the test to run
20 PASS Load Success 20 PASS Load Success
21 PASS cross origin doc.written scripts are not blocked in a page reload 21 PASS cross origin doc.written scripts are not blocked in a page reload
22 Harness: the test ran to completion. 22 Harness: the test ran to completion.
23 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698