diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/background-fetch/fetch.https.window.js.ini | |
parent | Initial commit. (diff) | |
download | firefox-esr-upstream.tar.xz firefox-esr-upstream.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/background-fetch/fetch.https.window.js.ini')
-rw-r--r-- | testing/web-platform/meta/background-fetch/fetch.https.window.js.ini | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/testing/web-platform/meta/background-fetch/fetch.https.window.js.ini b/testing/web-platform/meta/background-fetch/fetch.https.window.js.ini new file mode 100644 index 0000000000..8c3a399fca --- /dev/null +++ b/testing/web-platform/meta/background-fetch/fetch.https.window.js.ini @@ -0,0 +1,72 @@ +[fetch.https.window.html] + expected: + if os == "win": [OK, TIMEOUT] + [Using Background Fetch to successfully fetch a single resource] + expected: + if os == "win": [FAIL, NOTRUN] + FAIL + + [Background Fetch requires an activated Service Worker] + expected: + if os == "win": [FAIL, TIMEOUT] + FAIL + + [Argument verification is done for BackgroundFetchManager.fetch()] + expected: + if os == "win": [FAIL, NOTRUN] + FAIL + + [IDs must be unique among active Background Fetch registrations] + expected: + if os == "win": [FAIL, NOTRUN] + FAIL + + [Background Fetch that exceeds the quota throws a QuotaExceededError] + expected: + if os == "win": [FAIL, NOTRUN] + FAIL + + [Fetches can have requests with duplicate URLs] + expected: + if os == "win": [FAIL, NOTRUN] + FAIL + + [recordsAvailable is false after onbackgroundfetchsuccess finishes execution.] + expected: + if os == "win": [FAIL, NOTRUN] + FAIL + + [Using Background Fetch to fetch a non-existent resource should fail.] + expected: + if os == "win": [FAIL, NOTRUN] + FAIL + + [Empty URL is OK.] + expected: + if os == "win": [FAIL, NOTRUN] + FAIL + + [Fetches with mixed content should fail.] + expected: + if os == "win": [FAIL, NOTRUN] + FAIL + + [Requests with text/json content type require CORS Preflight and succeed.] + expected: + if os == "win": [FAIL, NOTRUN] + FAIL + + [Requests with PUT method require CORS Preflight and succeed.] + expected: + if os == "win": [FAIL, NOTRUN] + FAIL + + [Registration object gets updated values when a background fetch completes.] + expected: + if os == "win": [FAIL, NOTRUN] + FAIL + + [Responses failing CORS checks are not leaked] + expected: + if os == "win": [FAIL, NOTRUN] + FAIL |