summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-contain/container-queries/query-evaluation-style.html.ini
blob: 51db33e8cbc428ee4f24e160326eabe82648c3f6 (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
[query-evaluation-style.html]
  [style((--foo: bar))]
    expected: FAIL

  [style(not (--baz: qux))]
    expected: FAIL

  [style((--foo: bar) and (--foo: bar))]
    expected: FAIL

  [style((--foo: bar) and (--foo: bar) and (--foo: bar))]
    expected: FAIL

  [style((--foo: bar) or (--foo: bar))]
    expected: FAIL

  [style((--foo: bar) or (--foo: bar) or (--foo: bar))]
    expected: FAIL

  [style((--baz: qux) or (--foo: bar) or (--foo: bar))]
    expected: FAIL

  [style((--foo: bar) or (--baz: qux) or (--foo: bar))]
    expected: FAIL

  [style((--foo: bar) or (--foo: bar) or (--baz: qux))]
    expected: FAIL

  [style(not ((--foo: bar) and (--baz: qux)))]
    expected: FAIL

  [style((--baz: qux) or (not ((--baz: qux) and (--foo: bar))))]
    expected: FAIL