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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/off-main-thread-fetch/http/tests/fetch/workers/block-mixed-content-base-https-expected.txt

Issue 2895563002: Naively implement WorkerFetchContext::ShouldBlockFetchByMixedContentCheck() (Closed)
Patch Set: Created 3 years, 7 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
(Empty)
1 CONSOLE ERROR: line 157: Fetch API cannot load http://example.test:8000/servicew orker/resources/fetch-access-control.php?ACAOrigin=*&label=test1-same-origin. Re quest mode is "same-origin" but the URL's origin is not same as the request orig in https://127.0.0.1:8443.
2 CONSOLE ERROR: Fetch API cannot load https://127.0.0.1:8443/serviceworker/resour ces/redirect.php?ACAOrigin=*&Redirect=http%3A%2F%2Fexample.test%3A8000%2Fservice worker%2Fresources%2Ffetch-access-control.php%3FACAOrigin%3D*%26label%3Dtest2-sa me-origin. Redirect failed.
3 CONSOLE ERROR: line 170: Fetch API cannot load http://example.test:8000/servicew orker/resources/redirect.php?ACAOrigin=*&Redirect=https%3A%2F%2F127.0.0.1%3A8443 %2Fserviceworker%2Fresources%2Ffetch-access-control.php%3FACAOrigin%3D*%26label% 3Dtest3-same-origin. Request mode is "same-origin" but the URL's origin is not s ame as the request origin https://127.0.0.1:8443.
4 CONSOLE ERROR: line 188: Fetch API cannot load https://localhost:8443/servicewor ker/resources/redirect.php?ACAOrigin=*&Redirect=https%3A%2F%2F127.0.0.1%3A8443%2 Fserviceworker%2Fresources%2Ffetch-access-control.php%3FACAOrigin%3D*%26label%3D test5-same-origin. Request mode is "same-origin" but the URL's origin is not sam e as the request origin https://127.0.0.1:8443.
5 This is a testharness.js-based test.
6 PASS Startup
7 PASS Mixed content fetch (same-origin, HTTPS->HTTP)
8 PASS Mixed content redirect (same-origin, HTTPS->HTTPS->HTTP)
9 PASS Mixed content redirect same-origin, HTTPS->HTTP->HTTPS)
10 PASS Same origin redirect (same-origin, HTTPS->HTTPS->HTTPS)
11 PASS Cross origin redirect (same-origin, HTTPS->HTTPS->HTTPS
12 FAIL Mixed content fetch (cors, HTTPS->HTTP) assert_unreached: unexpected fulfil lment: [object Response] Reached unreachable code
13 FAIL Mixed content redirect (cors, HTTPS->HTTPS->HTTP) assert_unreached: unexpec ted fulfillment: [object Response] Reached unreachable code
14 FAIL Mixed content redirect cors, HTTPS->HTTP->HTTPS) assert_unreached: unexpect ed fulfillment: [object Response] Reached unreachable code
15 PASS Same origin redirect (cors, HTTPS->HTTPS->HTTPS)
16 PASS Cross origin redirect (cors, HTTPS->HTTPS->HTTPS
17 Harness: the test ran to completion.
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698