blob: 6ead0e876ad2e215eb2191a5aca8676841d70305 (
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
|
[buckets_basic.tentative.https.any.serviceworker.html]
[keys() lists all stored bucket names alphabetically]
expected: FAIL
[delete() removes stored bucket name]
expected: FAIL
[delete() does nothing if bucket name does not exist]
expected: FAIL
[buckets_basic.tentative.https.any.html]
[keys() lists all stored bucket names alphabetically]
expected: FAIL
[delete() removes stored bucket name]
expected: FAIL
[delete() does nothing if bucket name does not exist]
expected: FAIL
[buckets_basic.tentative.https.any.worker.html]
[keys() lists all stored bucket names alphabetically]
expected: FAIL
[delete() removes stored bucket name]
expected: FAIL
[delete() does nothing if bucket name does not exist]
expected: FAIL
[buckets_basic.tentative.https.any.sharedworker.html]
[keys() lists all stored bucket names alphabetically]
expected: FAIL
[delete() removes stored bucket name]
expected: FAIL
[delete() does nothing if bucket name does not exist]
expected: FAIL
|