summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/cookie-store/cookieStore_subscribe_arguments.https.any.js.ini
blob: ffa91d7308eb292b35066213570c4a7237478018 (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
[cookieStore_subscribe_arguments.https.any.html]
  expected:
    if os == "win": [OK, TIMEOUT]
  [cookieStore.subscribe without url in option]
    expected: FAIL

  [cookieStore.subscribe with invalid url path in option]
    expected: FAIL

  [cookieStore.subscribe is idempotent]
    expected:
      if os == "win": [FAIL, TIMEOUT]
      FAIL

  [CookieStore.unsubscribe is idempotent]
    expected:
      if os == "win": [FAIL, NOTRUN, TIMEOUT]
      FAIL


[cookieStore_subscribe_arguments.https.any.serviceworker.html]
  expected: TIMEOUT
  [cookieStore.subscribe without url in option]
    expected: FAIL

  [cookieStore.subscribe with invalid url path in option]
    expected: TIMEOUT

  [cookieStore.subscribe is idempotent]
    expected: NOTRUN

  [CookieStore.unsubscribe is idempotent]
    expected: NOTRUN