summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/cookie-store/cookieStore_delete_arguments.https.any.js.ini
blob: b542fd9bf2fb8890a209367c6cc9d6baa3872236 (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[cookieStore_delete_arguments.https.any.serviceworker.html]
  expected:
    if os == "win": [OK, TIMEOUT]
  [cookieStore.delete with positional name]
    expected: FAIL

  [cookieStore.delete with name in options]
    expected: FAIL

  [cookieStore.delete domain starts with "."]
    expected: FAIL

  [cookieStore.delete with domain that is not equal current host]
    expected: FAIL

  [cookieStore.delete with domain set to the current hostname]
    expected: FAIL

  [cookieStore.delete with domain set to a subdomain of the current hostname]
    expected: FAIL

  [cookieStore.delete with domain set to a non-domain-matching suffix of the current hostname]
    expected: FAIL

  [cookieStore.delete with path set to the current directory]
    expected: FAIL

  [cookieStore.delete with path set to subdirectory of the current directory]
    expected: FAIL

  [cookieStore.delete with missing / at the end of path]
    expected: FAIL

  [cookieStore.delete with path that does not start with /]
    expected: FAIL

  [cookieStore.delete with get result]
    expected: FAIL

  [cookieStore.delete with positional empty name]
    expected: FAIL

  [cookieStore.delete with empty name in options]
    expected: FAIL


[cookieStore_delete_arguments.https.any.html]
  [cookieStore.delete with positional name]
    expected: FAIL

  [cookieStore.delete with name in options]
    expected: FAIL

  [cookieStore.delete domain starts with "."]
    expected: FAIL

  [cookieStore.delete with domain that is not equal current host]
    expected: FAIL

  [cookieStore.delete with domain set to the current hostname]
    expected: FAIL

  [cookieStore.delete with domain set to a subdomain of the current hostname]
    expected: FAIL

  [cookieStore.delete with domain set to a non-domain-matching suffix of the current hostname]
    expected: FAIL

  [cookieStore.delete with path set to the current directory]
    expected: FAIL

  [cookieStore.delete with path set to subdirectory of the current directory]
    expected: FAIL

  [cookieStore.delete with missing / at the end of path]
    expected: FAIL

  [cookieStore.delete with path that does not start with /]
    expected: FAIL

  [cookieStore.delete with get result]
    expected: FAIL

  [cookieStore.delete with positional empty name]
    expected: FAIL

  [cookieStore.delete with empty name in options]
    expected: FAIL