blob: add830bb4ec97c75c353a63c6ee51152ebc9246c (
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
|
[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: FAIL
[CookieStore.unsubscribe is idempotent]
expected:
if os == "win": [FAIL, 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
|