summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/cookies/attributes/max-age.html.ini
blob: f2bcad051ba37577be801829d8a2734fd7c0254d (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
[max-age.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [Set multiple cookies with max-age attribute]
    expected:
      if processor == "x86": [FAIL, PASS]
      FAIL

  [Set mulitiple cookies with valid max-age values]
    expected:
      if (os == "android") and not debug: [FAIL, PASS]
      FAIL

  [Don't set multiple cookies with max-age=0]
    expected: FAIL

  [Set no cookie with max-age=0]
    expected: FAIL

  [Set no cookie with max-age=-1]
    expected: FAIL

  [Set cookie with age]
    expected: FAIL

  [Expire later cookie with same name and max-age=0]
    expected: FAIL

  [Ignore max-age attribute with invalid non-zero-digit (containing a comma)]
    expected: FAIL

  [Set no cookie with max-age=-20]
    expected: FAIL

  [Expire later cookie with same name and max-age=0, and don't set cookie with max-age=0]
    expected: FAIL