summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-contain/container-queries/query-evaluation.html.ini
blob: d3bccba18af1cb6b2666f8e138f16969925c6f3f (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
[query-evaluation.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [style((width: 1px))]
    expected: FAIL

  [style(not (height: 2px))]
    expected: FAIL

  [style((width: 1px) and (width: 1px))]
    expected: FAIL

  [style((width: 1px) and (width: 1px) and (width: 1px))]
    expected: FAIL

  [style((width: 1px) or (width: 1px))]
    expected: FAIL

  [style((width: 1px) or (width: 1px) or (width: 1px))]
    expected: FAIL

  [style((height: 2px) or (width: 1px) or (width: 1px))]
    expected: FAIL

  [style((width: 1px) or (height: 2px) or (width: 1px))]
    expected: FAIL

  [style((width: 1px) or (width: 1px) or (height: 2px))]
    expected: FAIL

  [style((unknown) or (width: 1px) or (width: 1px))]
    expected: FAIL

  [style((width: 1px) or (unknown) or (width: 1px))]
    expected: FAIL

  [style((width: 1px) or (width: 1px) or (unknown))]
    expected: FAIL

  [style((unknown) or (height: 2px) or (width: 1px))]
    expected: FAIL

  [style(not ((width: 1px) and (height: 2px)))]
    expected: FAIL

  [style((height: 2px) or (not ((height: 2px) and (width: 1px))))]
    expected: FAIL