From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- ...xed-content-fetch.tentative.https.window.js.ini | 280 +++++++++++++++++++++ 1 file changed, 280 insertions(+) create mode 100644 testing/web-platform/meta/fetch/private-network-access/mixed-content-fetch.tentative.https.window.js.ini (limited to 'testing/web-platform/meta/fetch/private-network-access/mixed-content-fetch.tentative.https.window.js.ini') diff --git a/testing/web-platform/meta/fetch/private-network-access/mixed-content-fetch.tentative.https.window.js.ini b/testing/web-platform/meta/fetch/private-network-access/mixed-content-fetch.tentative.https.window.js.ini new file mode 100644 index 0000000000..d861fad7c2 --- /dev/null +++ b/testing/web-platform/meta/fetch/private-network-access/mixed-content-fetch.tentative.https.window.js.ini @@ -0,0 +1,280 @@ +[mixed-content-fetch.tentative.https.window.html?include=from-treat-as-public] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [treat-as-public-address to private: success.] + expected: FAIL + + [treat-as-public-address to local: success.] + expected: FAIL + + +[mixed-content-fetch.tentative.https.window.html?include=from-private] + [private to local with local targetAddressSpace option: success.] + expected: FAIL + + [private to local with local targetAddressSpace option: PUT success.] + expected: FAIL + + [private to local with private targetAddressSpace option: failed.] + expected: FAIL + + [private to local with private targetAddressSpace option: PUT failed.] + expected: FAIL + + [private to local with public targetAddressSpace option: failed.] + expected: FAIL + + [private to local with public targetAddressSpace option: PUT failed.] + expected: FAIL + + [private to private with local targetAddressSpace option: failed.] + expected: FAIL + + [private to private with local targetAddressSpace option: PUT failed.] + expected: FAIL + + [private to private with private targetAddressSpace option: failed.] + expected: FAIL + + [private to private with private targetAddressSpace option: PUT failed.] + expected: FAIL + + [private to private with public targetAddressSpace option: failed.] + expected: FAIL + + [private to private with public targetAddressSpace option: PUT failed.] + expected: FAIL + + [private to public with local targetAddressSpace option: failed.] + expected: FAIL + + [private to public with local targetAddressSpace option: PUT failed.] + expected: FAIL + + [private to public with private targetAddressSpace option: failed.] + expected: FAIL + + [private to public with private targetAddressSpace option: PUT failed.] + expected: FAIL + + [private to public with public targetAddressSpace option: failed.] + expected: FAIL + + [private to public with public targetAddressSpace option: PUT failed.] + expected: FAIL + + +[mixed-content-fetch.tentative.https.window.html?include=from-public] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [public to local with local targetAddressSpace option: success.] + expected: FAIL + + [public to local with local targetAddressSpace option: PUT success.] + expected: FAIL + + [public to local with private targetAddressSpace option: failed.] + expected: FAIL + + [public to local with private targetAddressSpace option: PUT failed.] + expected: FAIL + + [public to local with public targetAddressSpace option: failed.] + expected: FAIL + + [public to local with public targetAddressSpace option: PUT failed.] + expected: FAIL + + [public to private with local targetAddressSpace option: failed.] + expected: FAIL + + [public to private with local targetAddressSpace option: PUT failed.] + expected: FAIL + + [public to private with private targetAddressSpace option: success.] + expected: FAIL + + [public to private with private targetAddressSpace option: PUT success.] + expected: FAIL + + [public to private with public targetAddressSpace option: failed.] + expected: FAIL + + [public to private with public targetAddressSpace option: PUT failed.] + expected: FAIL + + [public to public with local targetAddressSpace option: failed.] + expected: FAIL + + [public to public with local targetAddressSpace option: PUT failed.] + expected: FAIL + + [public to public with private targetAddressSpace option: failed.] + expected: FAIL + + [public to public with private targetAddressSpace option: PUT failed.] + expected: FAIL + + [public to public with public targetAddressSpace option: failed.] + expected: FAIL + + [public to public with public targetAddressSpace option: PUT failed.] + expected: FAIL + + +[mixed-content-fetch.tentative.https.window.html] + [https-local to http-local: wrong targetAddressSpace "unknown".] + expected: FAIL + + [https-local to http-local: wrong targetAddressSpace "private".] + expected: FAIL + + [https-local to http-local: wrong targetAddressSpace "public".] + expected: FAIL + + [https-local to http-local: not a private network request.] + expected: FAIL + + [https-local to http-private: wrong targetAddressSpace "unknown".] + expected: FAIL + + [https-local to http-private: wrong targetAddressSpace "local".] + expected: FAIL + + [https-local to http-private: wrong targetAddressSpace "public".] + expected: FAIL + + [https-local to http-private: not a private network request.] + expected: FAIL + + [https-local to http-public: wrong targetAddressSpace "unknown".] + expected: FAIL + + [https-local to http-public: wrong targetAddressSpace "local".] + expected: FAIL + + [https-local to http-public: wrong targetAddressSpace "private".] + expected: FAIL + + [https-local to http-public: not a private network request.] + expected: FAIL + + [https-private to http-local: missing targetAddressSpace.] + expected: FAIL + + [https-private to http-local: wrong targetAddressSpace "unknown".] + expected: FAIL + + [https-private to http-local: wrong targetAddressSpace "private".] + expected: FAIL + + [https-private to http-local: wrong targetAddressSpace "public".] + expected: FAIL + + [https-private to http-local: failed preflight.] + expected: FAIL + + [https-private to http-local: success.] + expected: FAIL + + [https-private to http-local: PUT success.] + expected: FAIL + + [https-private to http-local: no-cors success.] + expected: FAIL + + [https-private to http-private: wrong targetAddressSpace "unknown".] + expected: FAIL + + [https-private to http-private: wrong targetAddressSpace "local".] + expected: FAIL + + [https-private to http-private: wrong targetAddressSpace "public".] + expected: FAIL + + [https-private to http-private: not a private network request.] + expected: FAIL + + [https-private to http-public: wrong targetAddressSpace "unknown".] + expected: FAIL + + [https-private to http-public: wrong targetAddressSpace "local".] + expected: FAIL + + [https-private to http-public: wrong targetAddressSpace "private".] + expected: FAIL + + [https-private to http-public: not a private network request.] + expected: FAIL + + [https-public to http-local: missing targetAddressSpace.] + expected: FAIL + + [https-public to http-local: wrong targetAddressSpace "unknown".] + expected: FAIL + + [https-public to http-local: wrong targetAddressSpace "private".] + expected: FAIL + + [https-public to http-local: wrong targetAddressSpace "public".] + expected: FAIL + + [https-public to http-local: failed preflight.] + expected: FAIL + + [https-public to http-local: success.] + expected: FAIL + + [https-public to http-local: PUT success.] + expected: FAIL + + [https-public to http-local: no-cors success.] + expected: FAIL + + [https-public to http-private: missing targetAddressSpace.] + expected: FAIL + + [https-public to http-private: wrong targetAddressSpace "unknown".] + expected: FAIL + + [https-public to http-private: wrong targetAddressSpace "local".] + expected: FAIL + + [https-public to http-private: wrong targetAddressSpace "public".] + expected: FAIL + + [https-public to http-private: failed preflight.] + expected: FAIL + + [https-public to http-private: success.] + expected: FAIL + + [https-public to http-private: PUT success.] + expected: FAIL + + [https-public to http-private: no-cors success.] + expected: FAIL + + [https-public to http-public: wrong targetAddressSpace "unknown".] + expected: FAIL + + [https-public to http-public: wrong targetAddressSpace "local".] + expected: FAIL + + [https-public to http-public: wrong targetAddressSpace "private".] + expected: FAIL + + [https-public to http-public: not a private network request.] + expected: FAIL + + [https-treat-as-public to http-local: wrong targetAddressSpace "private".] + expected: FAIL + + [https-treat-as-public to http-local: success.] + expected: FAIL + + [https-treat-as-public to http-private: wrong targetAddressSpace "local".] + expected: FAIL + + [https-treat-as-public to http-private: success.] + expected: FAIL -- cgit v1.2.3