summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/cookies/value/value.html.ini
blob: ff32c989b22d6902e440cdf775a567523b885775 (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
[value.html]
  [Set nameless cookie to its value]
    expected: FAIL

  [Set nameless cookie to its value with an escaped quote]
    expected: FAIL

  [Set value with unbalanced leading quote]
    expected: FAIL

  [Set nameless cookie followed by '=' to its value]
    expected: FAIL

  [Set cookie but ignore value after LF]
    expected: FAIL

  [Set cookie ignoring whitespace after value endquote]
    expected: FAIL

  [Ignore whitespace and ; after value]
    expected: FAIL

  [Ignore whitespace preceding value]
    expected: FAIL

  [Set cookie with quotes in value]
    expected: FAIL

  [Set cookie keeping whitespace inside quoted value]
    expected: FAIL

  [Set cookie value ignoring characters after semicolon]
    expected: FAIL

  [Set cookie with another = inside quoted value]
    expected: FAIL

  [Set cookie ignoring whitespace surrounding value and characters after first semicolon]
    expected: FAIL

  [Set valueless cookie, given `Set-Cookie: test22=`]
    expected: FAIL

  [URL-encoded cookie value is not decoded]
    expected: FAIL

  [Set cookie with a space character in the value]
    expected: FAIL

  [Set cookie with large name + value ( = 4kb)]
    expected: FAIL

  [Set cookie with one = inside an unquoted value]
    expected: FAIL

  [Set a nameless cookie with a space character in the value]
    expected: FAIL

  [Set cookie with two = inside an unquoted value]
    expected: FAIL

  [Set cookie with value set to =]
    expected: FAIL

  [Ignore cookie with large name + value ( > 4kb)]
    expected: FAIL

  [Set value with a single quote excluding whitespace]
    expected: FAIL

  [Ignore values after semicolon]
    expected: FAIL

  [Set value containing a comma]
    expected: FAIL

  [Set value including quotes and whitespace up until semicolon]
    expected: FAIL

  [Set quoted value containing a comma]
    expected: FAIL

  [Ignore whitespace at the end of value]
    expected: FAIL