diff options
Diffstat (limited to 'tests/wpt/meta/fetch/private-network-access/shared-worker-blob-fetch.tentative.window.js.ini')
-rw-r--r-- | tests/wpt/meta/fetch/private-network-access/shared-worker-blob-fetch.tentative.window.js.ini | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/tests/wpt/meta/fetch/private-network-access/shared-worker-blob-fetch.tentative.window.js.ini b/tests/wpt/meta/fetch/private-network-access/shared-worker-blob-fetch.tentative.window.js.ini new file mode 100644 index 00000000000..1e376086dfe --- /dev/null +++ b/tests/wpt/meta/fetch/private-network-access/shared-worker-blob-fetch.tentative.window.js.ini @@ -0,0 +1,46 @@ +[shared-worker-blob-fetch.tentative.window.html] + expected: TIMEOUT + [local to local: success.] + expected: TIMEOUT + + [private to local: failure.] + expected: NOTRUN + + [private to private: success.] + expected: NOTRUN + + [public to local: failure.] + expected: NOTRUN + + [public to private: failure.] + expected: NOTRUN + + [public to public: success.] + expected: NOTRUN + + [treat-as-public to local: failure.] + expected: NOTRUN + + [treat-as-public to private: failure.] + expected: NOTRUN + + [treat-as-public to public: success.] + expected: NOTRUN + + [local https to local: success.] + expected: NOTRUN + + [private https to local: failure.] + expected: NOTRUN + + [public https to local: failure.] + expected: NOTRUN + + [local https to local https: success.] + expected: NOTRUN + + [private https to local https: failure.] + expected: NOTRUN + + [public https to local https: failure.] + expected: NOTRUN |