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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-effectively-2g-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 19: A Parser-blocking, cross-origin script, http://localho st:8000/loading/resources/js-loaded.js?conn-type, 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. 3 CONSOLE WARNING: line 19: A Parser-blocking, cross site (i.e. different eTLD+1) script, http://localhost:8000/loading/resources/js-loaded.js?conn-type, is invok ed 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.
4 CONSOLE WARNING: line 19: A Parser-blocking, cross-origin script, http://localho st:8000/loading/resources/js-loaded.js?conn-type, 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. 4 CONSOLE WARNING: line 19: A Parser-blocking, cross site (i.e. different eTLD+1) script, http://localhost:8000/loading/resources/js-loaded.js?conn-type, is invok ed 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.
5 main frame - didFinishDocumentLoadForFrame 5 main frame - didFinishDocumentLoadForFrame
6 main frame - didHandleOnloadEventsForFrame 6 main frame - didHandleOnloadEventsForFrame
7 main frame - didFinishLoadForFrame 7 main frame - didFinishLoadForFrame
8 This is a testharness.js-based test. 8 This is a testharness.js-based test.
9 PASS Document.written scripts are blocked when effectively 2G 9 PASS Document.written scripts are blocked when effectively 2G
10 Harness: the test ran to completion. 10 Harness: the test ran to completion.
11 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698