aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css/css-conditional/container-queries/size-feature-evaluation.html.ini
blob: 8ada0b1eb73932cf31d68390b2ddc4cf3c205d07 (plain) (blame)
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
[size-feature-evaluation.html]
  [(width >= 100px) (.horizontal)]
    expected: FAIL

  [(min-width: 100px) (.horizontal)]
    expected: FAIL

  [(max-width: 100px) (.horizontal)]
    expected: FAIL

  [(height >= 200px) (.horizontal)]
    expected: FAIL

  [(min-height: 200px) (.horizontal)]
    expected: FAIL

  [(max-height: 200px) (.horizontal)]
    expected: FAIL

  [(inline-size >= 100px) (.horizontal)]
    expected: FAIL

  [(min-inline-size: 100px) (.horizontal)]
    expected: FAIL

  [(max-inline-size: 100px) (.horizontal)]
    expected: FAIL

  [(block-size >= 200px) (.horizontal)]
    expected: FAIL

  [(min-block-size: 200px) (.horizontal)]
    expected: FAIL

  [(max-block-size: 200px) (.horizontal)]
    expected: FAIL

  [(orientation: portrait) (.horizontal)]
    expected: FAIL

  [(aspect-ratio: 1/2) (.horizontal)]
    expected: FAIL

  [(width >= 100px) (.vertical)]
    expected: FAIL

  [(min-width: 100px) (.vertical)]
    expected: FAIL

  [(max-width: 100px) (.vertical)]
    expected: FAIL

  [(height >= 200px) (.vertical)]
    expected: FAIL

  [(min-height: 200px) (.vertical)]
    expected: FAIL

  [(max-height: 200px) (.vertical)]
    expected: FAIL

  [(block-size >= 100px) (.vertical)]
    expected: FAIL

  [(min-block-size: 100px) (.vertical)]
    expected: FAIL

  [(max-block-size: 100px) (.vertical)]
    expected: FAIL

  [(inline-size >= 200px) (.vertical)]
    expected: FAIL

  [(min-inline-size: 200px) (.vertical)]
    expected: FAIL

  [(max-inline-size: 200px) (.vertical)]
    expected: FAIL

  [(orientation: portrait) (.vertical)]
    expected: FAIL

  [(aspect-ratio: 1/2) (.vertical)]
    expected: FAIL