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

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

Issue 1885703003: Make testharness.js tests fail on uncaught exceptions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Recover script changes Created 4 years, 8 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: Fetch API cannot load http://127.0.0.1:8000/serviceworker/resourc es/fetch-access-control.php?ACAOrigin=*&label=test1-same-origin. Request mode is "same-origin" but the URL's origin is not same as the request origin https://12 7.0.0.1:8443.
2 CONSOLE ERROR: Mixed Content: The page at 'https://127.0.0.1:8443/fetch/workers/ block-mixed-content-base-https.html' was loaded over HTTPS, but requested an ins ecure resource 'http://127.0.0.1:8000/serviceworker/resources/fetch-access-contr ol.php?ACAOrigin=*&label=test2-same-origin'. This request has been blocked; the content must be served over HTTPS.
3 CONSOLE ERROR: Fetch API cannot load https://127.0.0.1:8443/serviceworker/resour ces/redirect.php?ACAOrigin=*&Redirect=http%3A%2F%2F127.0.0.1%3A8000%2Fservicewor ker%2Fresources%2Ffetch-access-control.php%3FACAOrigin%3D*%26label%3Dtest2-same- origin. Redirect failed.
4 CONSOLE ERROR: Fetch API cannot load http://127.0.0.1:8000/serviceworker/resourc es/redirect.php?ACAOrigin=*&Redirect=https%3A%2F%2F127.0.0.1%3A8443%2Fservicewor ker%2Fresources%2Ffetch-access-control.php%3FACAOrigin%3D*%26label%3Dtest3-same- origin. Request mode is "same-origin" but the URL's origin is not same as the re quest origin https://127.0.0.1:8443.
5 CONSOLE ERROR: Fetch API cannot load https://localhost:8443/serviceworker/resour ces/redirect.php?ACAOrigin=*&Redirect=https%3A%2F%2F127.0.0.1%3A8443%2Fservicewo rker%2Fresources%2Ffetch-access-control.php%3FACAOrigin%3D*%26label%3Dtest5-same -origin. Request mode is "same-origin" but the URL's origin is not same as the r equest origin https://127.0.0.1:8443.
6 CONSOLE ERROR: Mixed Content: The page at 'https://127.0.0.1:8443/fetch/workers/ block-mixed-content-base-https.html' was loaded over HTTPS, but requested an ins ecure resource 'http://127.0.0.1:8000/serviceworker/resources/fetch-access-contr ol.php?ACAOrigin=*&label=test1-cors'. This request has been blocked; the content must be served over HTTPS.
7 CONSOLE ERROR: Fetch API cannot load http://127.0.0.1:8000/serviceworker/resourc es/fetch-access-control.php?ACAOrigin=*&label=test1-cors. Failed to start loadin g.
8 CONSOLE ERROR: Mixed Content: The page at 'https://127.0.0.1:8443/fetch/workers/ block-mixed-content-base-https.html' was loaded over HTTPS, but requested an ins ecure resource 'http://127.0.0.1:8000/serviceworker/resources/fetch-access-contr ol.php?ACAOrigin=*&label=test2-cors'. This request has been blocked; the content must be served over HTTPS.
9 CONSOLE ERROR: Fetch API cannot load https://127.0.0.1:8443/serviceworker/resour ces/redirect.php?ACAOrigin=*&Redirect=http%3A%2F%2F127.0.0.1%3A8000%2Fservicewor ker%2Fresources%2Ffetch-access-control.php%3FACAOrigin%3D*%26label%3Dtest2-cors. Redirect failed.
10 CONSOLE ERROR: Mixed Content: The page at 'https://127.0.0.1:8443/fetch/workers/ block-mixed-content-base-https.html' was loaded over HTTPS, but requested an ins ecure resource 'http://127.0.0.1:8000/serviceworker/resources/redirect.php?ACAOr igin=*&Redirect=https%3A%2F%2F127.0.0.1%3A8443%2Fserviceworker%2Fresources%2Ffet ch-access-control.php%3FACAOrigin%3D*%26label%3Dtest3-cors'. This request has be en blocked; the content must be served over HTTPS.
11 CONSOLE ERROR: Fetch API cannot load http://127.0.0.1:8000/serviceworker/resourc es/redirect.php?ACAOrigin=*&Redirect=https%3A%2F%2F127.0.0.1%3A8443%2Fservicewor ker%2Fresources%2Ffetch-access-control.php%3FACAOrigin%3D*%26label%3Dtest3-cors. Failed to start loading.
12 This is a testharness.js-based test.
13 PASS Startup
14 PASS Block fetch() as mixed content (same-origin)
15 PASS Block fetch() as mixed content (cors)
16 Harness: the test ran to completion.
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698