diff options
Diffstat (limited to 'tests/wpt/meta/fetch/private-network-access/mixed-content-fetch.tentative.https.window.js.ini')
-rw-r--r-- | tests/wpt/meta/fetch/private-network-access/mixed-content-fetch.tentative.https.window.js.ini | 135 |
1 files changed, 135 insertions, 0 deletions
diff --git a/tests/wpt/meta/fetch/private-network-access/mixed-content-fetch.tentative.https.window.js.ini b/tests/wpt/meta/fetch/private-network-access/mixed-content-fetch.tentative.https.window.js.ini new file mode 100644 index 00000000000..061d0a797f4 --- /dev/null +++ b/tests/wpt/meta/fetch/private-network-access/mixed-content-fetch.tentative.https.window.js.ini @@ -0,0 +1,135 @@ +[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-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-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-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-private: wrong targetAddressSpace "local".] + expected: FAIL + + [https-treat-as-public to http-private: success.] + expected: FAIL |