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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/fetch/window/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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/fetch/window/block-mixed-content-base-https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/window/block-mixed-content-base-https-expected.txt b/third_party/WebKit/LayoutTests/http/tests/fetch/window/block-mixed-content-base-https-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2f5921bf9007e024e911031eecfa1e9b9e686cc8
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/window/block-mixed-content-base-https-expected.txt
@@ -0,0 +1,17 @@
+CONSOLE ERROR: Fetch API cannot load http://127.0.0.1:8000/serviceworker/resources/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://127.0.0.1:8443.
+CONSOLE ERROR: Mixed Content: The page at 'https://127.0.0.1:8443/fetch/window/block-mixed-content-base-https.html' was loaded over HTTPS, but requested an insecure resource 'http://127.0.0.1:8000/serviceworker/resources/fetch-access-control.php?ACAOrigin=*&label=test2-same-origin'. This request has been blocked; the content must be served over HTTPS.
+CONSOLE ERROR: Fetch API cannot load https://127.0.0.1:8443/serviceworker/resources/redirect.php?ACAOrigin=*&Redirect=http%3A%2F%2F127.0.0.1%3A8000%2Fserviceworker%2Fresources%2Ffetch-access-control.php%3FACAOrigin%3D*%26label%3Dtest2-same-origin. Redirect failed.
+CONSOLE ERROR: Fetch API cannot load http://127.0.0.1:8000/serviceworker/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 same as the request origin https://127.0.0.1:8443.
+CONSOLE ERROR: Fetch API cannot load https://localhost:8443/serviceworker/resources/redirect.php?ACAOrigin=*&Redirect=https%3A%2F%2F127.0.0.1%3A8443%2Fserviceworker%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 request origin https://127.0.0.1:8443.
+CONSOLE ERROR: Mixed Content: The page at 'https://127.0.0.1:8443/fetch/window/block-mixed-content-base-https.html' was loaded over HTTPS, but requested an insecure resource 'http://127.0.0.1:8000/serviceworker/resources/fetch-access-control.php?ACAOrigin=*&label=test1-cors'. This request has been blocked; the content must be served over HTTPS.
+CONSOLE ERROR: Fetch API cannot load http://127.0.0.1:8000/serviceworker/resources/fetch-access-control.php?ACAOrigin=*&label=test1-cors. Failed to start loading.
+CONSOLE ERROR: Mixed Content: The page at 'https://127.0.0.1:8443/fetch/window/block-mixed-content-base-https.html' was loaded over HTTPS, but requested an insecure resource 'http://127.0.0.1:8000/serviceworker/resources/fetch-access-control.php?ACAOrigin=*&label=test2-cors'. This request has been blocked; the content must be served over HTTPS.
+CONSOLE ERROR: Fetch API cannot load https://127.0.0.1:8443/serviceworker/resources/redirect.php?ACAOrigin=*&Redirect=http%3A%2F%2F127.0.0.1%3A8000%2Fserviceworker%2Fresources%2Ffetch-access-control.php%3FACAOrigin%3D*%26label%3Dtest2-cors. Redirect failed.
+CONSOLE ERROR: Mixed Content: The page at 'https://127.0.0.1:8443/fetch/window/block-mixed-content-base-https.html' was loaded over HTTPS, but requested an insecure resource 'http://127.0.0.1:8000/serviceworker/resources/redirect.php?ACAOrigin=*&Redirect=https%3A%2F%2F127.0.0.1%3A8443%2Fserviceworker%2Fresources%2Ffetch-access-control.php%3FACAOrigin%3D*%26label%3Dtest3-cors'. This request has been blocked; the content must be served over HTTPS.
+CONSOLE ERROR: Fetch API cannot load http://127.0.0.1:8000/serviceworker/resources/redirect.php?ACAOrigin=*&Redirect=https%3A%2F%2F127.0.0.1%3A8443%2Fserviceworker%2Fresources%2Ffetch-access-control.php%3FACAOrigin%3D*%26label%3Dtest3-cors. Failed to start loading.
+This is a testharness.js-based test.
+PASS Startup
+PASS Block fetch() as mixed content (same-origin)
+PASS Block fetch() as mixed content (cors)
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698