summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-values/calc-infinity-nan-computed.html.ini
blob: 8992b0637dfce7fd3ad5a8a84b2a0b6dadd311da (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
[calc-infinity-nan-computed.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [Property rotate(calc(infinity * 1deg)) value expected same with rotate(0deg) in +/-0.0001]
    expected: FAIL

  [Property rotate(calc(-infinity * 1deg)) value expected same with rotate(0deg) in +/-0.0001]
    expected: FAIL

  [Property rotate(calc(infinity * 1turn)) value expected same with rotate(0turn) in +/-0.0001]
    expected: FAIL

  [Property rotate(calc(-infinity * 1turn)) value expected same with rotate(0turn) in +/-0.0001]
    expected: FAIL

  [Property rotate(calc(infinity * 1rad)) value expected same with rotate(0rad) in +/-0.0001]
    expected: FAIL

  [Property rotate(calc(-infinity * 1rad)) value expected same with rotate(0rad) in +/-0.0001]
    expected: FAIL

  [Property rotate(calc(infinity * 1grad)) value expected same with rotate(0grad) in +/-0.0001]
    expected: FAIL

  [Property rotate(calc(-infinity * 1grad)) value expected same with rotate(0grad) in +/-0.0001]
    expected: FAIL

  [Property width value 'min(15px, NaN * 1px)']
    expected: FAIL

  [Property width value 'min(NaN * 1px, 15px)']
    expected: FAIL

  [Property width value 'calc(NaN * 1px)']
    expected: FAIL

  [Property width value 'calc(10.135262721212548pc - 199pt / NaN)']
    expected: FAIL

  [Property width value 'max(15px, NaN * 1px)']
    expected: FAIL

  [Property width value 'max(NaN * 1px, 15px)']
    expected: FAIL

  [Property width value 'calc(infinity * 1px + infinity * 1%)']
    expected: FAIL

  [Property width value 'calc(min(NaN * 1px, infinity * 1px) + max(infinity * 1px, -infinity * 1px))']
    expected: FAIL

  [Property animation-duration value 'calc(1 / 0 * 1s)']
    expected: FAIL