summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/service-workers/service-worker/fetch-event.https.html.ini
blob: 1f676fb80191cf646f7542d22a827f1c20431751 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[fetch-event.https.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [Service Worker responds to fetch event with the correct keepalive value]
    expected: FAIL

  [FetchEvent#request.isReloadNavigation is true (location.reload())]
    expected: FAIL

  [FetchEvent#request.isReloadNavigation is true (history.go(0))]
    expected: FAIL

  [FetchEvent#request.isReloadNavigation is true (POST + location.reload())]
    expected: FAIL

  [FetchEvent#request.isReloadNavigation is true (with history traversal)]
    expected: FAIL

  [FetchEvent#request.isHistoryNavigation is true (with history.go(-1))]
    expected: FAIL

  [FetchEvent#request.isHistoryNavigation is true (with history.go(1))]
    expected: FAIL

  [FetchEvent#request.isHistoryNavigation is false (with history.go(0))]
    expected: FAIL

  [FetchEvent#request.isHistoryNavigation is false (with location.reload)]
    expected: FAIL

  [FetchEvent#request.isHistoryNavigation is true (with history.go(-2))]
    expected: FAIL

  [FetchEvent#request.isHistoryNavigation is true (with history.go(2))]
    expected: FAIL

  [FetchEvent#request.isHistoryNavigation is true (POST + history.go(-1))]
    expected: FAIL

  [FetchEvent#body is a ReadableStream]
    expected: FAIL

  [XHR upload progress events for response coming from SW]
    expected: FAIL

  [FetchEvent#body is a none Uint8Array ReadableStream and is passed to a service worker]
    expected: FAIL