Files
tubestation/testing/web-platform/meta/background-fetch/fetch.https.window.js.ini
moz-wptsync-bot e981f26feb Bug 1730661 - [wpt-sync] Update web-platform-tests to 7368bcb6a3b8b393e5e83e36530ba14b6133eff3, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: 7368bcb6a3b8b393e5e83e36530ba14b6133eff3
wpt-type: landing
2021-09-21 14:21:54 +00:00

73 lines
1.8 KiB
INI

[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