fetch.https.window.js.ini (1826B)
1 [fetch.https.window.html] 2 expected: 3 if os == "win": [OK, TIMEOUT] 4 [Using Background Fetch to successfully fetch a single resource] 5 expected: 6 if os == "win": [FAIL, NOTRUN] 7 FAIL 8 9 [Background Fetch requires an activated Service Worker] 10 expected: 11 if os == "win": [FAIL, TIMEOUT] 12 FAIL 13 14 [Argument verification is done for BackgroundFetchManager.fetch()] 15 expected: 16 if os == "win": [FAIL, NOTRUN] 17 FAIL 18 19 [IDs must be unique among active Background Fetch registrations] 20 expected: 21 if os == "win": [FAIL, NOTRUN] 22 FAIL 23 24 [Background Fetch that exceeds the quota throws a QuotaExceededError] 25 expected: 26 if os == "win": [FAIL, NOTRUN] 27 FAIL 28 29 [Fetches can have requests with duplicate URLs] 30 expected: 31 if os == "win": [FAIL, NOTRUN] 32 FAIL 33 34 [recordsAvailable is false after onbackgroundfetchsuccess finishes execution.] 35 expected: 36 if os == "win": [FAIL, NOTRUN] 37 FAIL 38 39 [Using Background Fetch to fetch a non-existent resource should fail.] 40 expected: 41 if os == "win": [FAIL, NOTRUN] 42 FAIL 43 44 [Empty URL is OK.] 45 expected: 46 if os == "win": [FAIL, NOTRUN] 47 FAIL 48 49 [Fetches with mixed content should fail.] 50 expected: 51 if os == "win": [FAIL, NOTRUN] 52 FAIL 53 54 [Requests with text/json content type require CORS Preflight and succeed.] 55 expected: 56 if os == "win": [FAIL, NOTRUN] 57 FAIL 58 59 [Requests with PUT method require CORS Preflight and succeed.] 60 expected: 61 if os == "win": [FAIL, NOTRUN] 62 FAIL 63 64 [Registration object gets updated values when a background fetch completes.] 65 expected: 66 if os == "win": [FAIL, NOTRUN] 67 FAIL 68 69 [Responses failing CORS checks are not leaked] 70 expected: 71 if os == "win": [FAIL, NOTRUN] 72 FAIL