fune/testing/web-platform/meta/background-fetch/fetch.https.window.js.ini
moz-wptsync-bot e4fc2ab91f Bug 1651685 - [wpt-sync] Update web-platform-tests to 80883e4b131fc9d75959417deadcceba1bce1b59, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: 80883e4b131fc9d75959417deadcceba1bce1b59
wpt-type: landing
2020-07-10 10:38:37 +00:00

69 lines
2.4 KiB
INI

[fetch.https.window.html]
expected:
if debug and (os == "linux") and webrender: ["OK", "TIMEOUT"]
if debug and (os == "win") and webrender: ["OK", "TIMEOUT"]
if debug and (os == "mac"): ["OK", "TIMEOUT"]
[Using Background Fetch to successfully fetch a single resource]
expected: FAIL
[Background Fetch requires an activated Service Worker]
expected: FAIL
[Argument verification is done for BackgroundFetchManager.fetch()]
expected: FAIL
[IDs must be unique among active Background Fetch registrations]
expected: FAIL
[Background Fetch that exceeds the quota throws a QuotaExceededError]
expected:
if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT"]
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
FAIL
[Fetches can have requests with duplicate URLs]
expected:
if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
FAIL
[recordsAvailable is false after onbackgroundfetchsuccess finishes execution.]
expected:
if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "TIMEOUT", "NOTRUN"]
FAIL
[Using Background Fetch to fetch a non-existent resource should fail.]
expected:
if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
FAIL
[Empty URL is OK.]
expected: FAIL
[Fetches with mixed content should fail.]
expected:
if (os == "win") and debug and webrender: ["FAIL", "TIMEOUT"]
if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "TIMEOUT", "NOTRUN"]
FAIL
[Requests with text/json content type require CORS Preflight and succeed.]
expected: FAIL
[Requests with PUT method require CORS Preflight and succeed.]
expected: FAIL
[Registration object gets updated values when a background fetch completes.]
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL
[Responses failing CORS checks are not leaked]
expected:
if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"]
if (os == "win") and debug and webrender: ["FAIL", "TIMEOUT", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "NOTRUN", "TIMEOUT"]
FAIL