forked from mirrors/gecko-dev
MANUAL PUSH: wpt sync bot wpt-head: 80883e4b131fc9d75959417deadcceba1bce1b59 wpt-type: landing
69 lines
2.4 KiB
INI
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
|
|
|