summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/cookie-store/cookieStore_set_arguments.https.any.js.ini
blob: 72b877f9d20fd181d8af324a529e0dfe594ac185 (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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
[cookieStore_set_arguments.https.any.html]
  [cookieStore.set with positional name and value]
    expected: FAIL

  [cookieStore.set with name and value in options]
    expected: FAIL

  [cookieStore.set with empty name and an '=' in value]
    expected: FAIL

  [cookieStore.set with normal name and an '=' in value]
    expected: FAIL

  [cookieStore.set with expires set to a future Date]
    expected: FAIL

  [cookieStore.set with expires set to a past Date]
    expected: FAIL

  [cookieStore.set with expires set to a future timestamp]
    expected: FAIL

  [cookieStore.set with expires set to a past timestamp]
    expected: FAIL

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

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

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

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

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

  [cookieStore.set default domain is null and differs from current hostname]
    expected: FAIL

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

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

  [cookieStore.set default path is /]
    expected: FAIL

  [cookieStore.set adds / to path that does not end with /]
    expected: FAIL

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

  [cookieStore.set with get result]
    expected: FAIL


[cookieStore_set_arguments.https.any.serviceworker.html]
  [cookieStore.set with positional name and value]
    expected: FAIL

  [cookieStore.set with name and value in options]
    expected: FAIL

  [cookieStore.set with empty name and an '=' in value]
    expected: FAIL

  [cookieStore.set with normal name and an '=' in value]
    expected: FAIL

  [cookieStore.set with expires set to a future Date]
    expected: FAIL

  [cookieStore.set with expires set to a past Date]
    expected: FAIL

  [cookieStore.set with expires set to a future timestamp]
    expected: FAIL

  [cookieStore.set with expires set to a past timestamp]
    expected: FAIL

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

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

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

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

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

  [cookieStore.set default domain is null and differs from current hostname]
    expected: FAIL

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

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

  [cookieStore.set default path is /]
    expected: FAIL

  [cookieStore.set adds / to path that does not end with /]
    expected: FAIL

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

  [cookieStore.set with get result]
    expected: FAIL