summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/background-fetch/fetch.https.window.js.ini
blob: 8c3a399fca544a5a6b819d16a42b86c120d04629 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[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