fetch-event.https.html.ini (1390B)
1 [fetch-event.https.html] 2 [Service Worker responds to fetch event with the correct keepalive value] 3 expected: FAIL 4 5 [FetchEvent#request.isReloadNavigation is true (location.reload())] 6 expected: FAIL 7 8 [FetchEvent#request.isReloadNavigation is true (history.go(0))] 9 expected: FAIL 10 11 [FetchEvent#request.isReloadNavigation is true (POST + location.reload())] 12 expected: FAIL 13 14 [FetchEvent#request.isReloadNavigation is true (with history traversal)] 15 expected: FAIL 16 17 [FetchEvent#request.isHistoryNavigation is true (with history.go(-1))] 18 expected: FAIL 19 20 [FetchEvent#request.isHistoryNavigation is true (with history.go(1))] 21 expected: FAIL 22 23 [FetchEvent#request.isHistoryNavigation is false (with history.go(0))] 24 expected: FAIL 25 26 [FetchEvent#request.isHistoryNavigation is false (with location.reload)] 27 expected: FAIL 28 29 [FetchEvent#request.isHistoryNavigation is true (with history.go(-2))] 30 expected: FAIL 31 32 [FetchEvent#request.isHistoryNavigation is true (with history.go(2))] 33 expected: FAIL 34 35 [FetchEvent#request.isHistoryNavigation is true (POST + history.go(-1))] 36 expected: FAIL 37 38 [FetchEvent#body is a ReadableStream] 39 expected: FAIL 40 41 [XHR upload progress events for response coming from SW] 42 expected: FAIL 43 44 [FetchEvent#body is a none Uint8Array ReadableStream and is passed to a service worker] 45 expected: FAIL