summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/cookies/name/name.html.ini
blob: 95bf0fd8c6b1e9400cb9c8bb87cfb6d0de04ac68 (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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
[name.html]
  [Return the most recent nameless cookie, even if preceded by =, in addition to other valid cookie]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Use last value for cookies with identical names]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Keep first-in, first-out name order]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Keep first-in, first-out single-char name order]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Keep non-alphabetic first-in, first-out name order]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Keep first-in, first-out order if comma-separated]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Set nameless cookie, given `Set-Cookie: =test16`]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Overwrite nameless cookie]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Ignore cookie with empty name and empty value]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Ignore cookie with no name or value]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Name is set as expected for a=test]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Name is set as expected for 1=test]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Name is set as expected for $=test]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Name is set as expected for !a=test]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Name is set as expected for @a=test]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Name is set as expected for #a=test]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Name is set as expected for $a=test]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Name is set as expected for %a=test]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Name is set as expected for ^a=test]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Name is set as expected for &a=test]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Name is set as expected for *a=test]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Name is set as expected for (a=test]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Name is set as expected for )a=test]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Name is set as expected for -a=test]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Name is set as expected for _a=test]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Name is set as expected for +=test]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Name is set as expected for "a=test]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Name is set as expected for "a=b"=test]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [URL-encoded cookie name is not decoded]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Remove trailing WSP characters from the name string]
    expected: FAIL

  [Remove leading WSP characters from the name string]
    expected: FAIL

  [Only return the new cookie (with the same name)]
    expected: FAIL

  [Ignore invalid attributes after nameless cookie]
    expected: FAIL

  [Ignore invalid attributes after valid name (that looks like Cookie2 Version attribute)]
    expected: FAIL

  [Set a cookie that has whitespace in its name]
    expected: FAIL

  [Set a nameless cookie ignoring characters after first ;]
    expected: FAIL

  [Set a nameless cookie ignoring characters after first ; (2)]
    expected: FAIL

  [Return the most recent nameless cookie]
    expected: FAIL

  [Return the most recent nameless cookie, without leading =]
    expected: FAIL

  [Return the most recent nameless cookie, even if preceded by =]
    expected: FAIL

  [Ignore nameless cookies that impersonate cookie prefixes]
    expected: FAIL

  [Set a nameless cookie (that has an = in its value)]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Set a nameless cookie (that has multiple ='s in its value)]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Set a nameless cookie]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]

  [Set valueless cookie to its name with empty value]
    expected:
      if (os == "mac") and not debug: FAIL
      if os == "android": FAIL
      [FAIL, PASS]