summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-values/hypot-pow-sqrt-computed.html.ini
blob: 0091cc7f0b7768c6cb6fb343d9206862b31b39e3 (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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
[hypot-pow-sqrt-computed.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [pow(1,1) should be used-value-equivalent to 1]
    expected: FAIL

  [sqrt(1) should be used-value-equivalent to 1]
    expected: FAIL

  [hypot(1) should be used-value-equivalent to 1]
    expected: FAIL

  [calc(100px * pow(2, pow(2, 2))) should be used-value-equivalent to 1600px]
    expected: FAIL

  [calc(1px * pow(2, 3)) should be used-value-equivalent to 8px]
    expected: FAIL

  [calc(100px * sqrt(100)) should be used-value-equivalent to 1000px]
    expected: FAIL

  [calc(1px * pow(2, sqrt(100)) should be used-value-equivalent to 1024px]
    expected: FAIL

  [hypot(3px, 4px) should be used-value-equivalent to 5px]
    expected: FAIL

  [calc(100px * hypot(3, 4)) should be used-value-equivalent to 500px]
    expected: FAIL

  [hypot(-5px) should be used-value-equivalent to 5px]
    expected: FAIL

  [calc(1px * hypot(-5)) should be used-value-equivalent to 5px]
    expected: FAIL

  [calc(1px * hypot(10000)) should be used-value-equivalent to 10000px]
    expected: FAIL

  [calc(2px * sqrt(100000000)) should be used-value-equivalent to 20000px]
    expected: FAIL

  [calc(3px * pow(200, 4)) should be used-value-equivalent to 33554428px]
    expected: FAIL

  [hypot(1px) should be used-value-equivalent to 1px]
    expected: FAIL

  [hypot(1cm) should be used-value-equivalent to 1cm]
    expected: FAIL

  [hypot(1mm) should be used-value-equivalent to 1mm]
    expected: FAIL

  [hypot(1Q) should be used-value-equivalent to 1Q]
    expected: FAIL

  [hypot(1in) should be used-value-equivalent to 1in]
    expected: FAIL

  [hypot(1pc) should be used-value-equivalent to 1pc]
    expected: FAIL

  [hypot(1pt) should be used-value-equivalent to 1pt]
    expected: FAIL

  [hypot(1em) should be used-value-equivalent to 1em]
    expected: FAIL

  [hypot(1ex) should be used-value-equivalent to 1ex]
    expected: FAIL

  [hypot(1ch) should be used-value-equivalent to 1ch]
    expected: FAIL

  [hypot(1rem) should be used-value-equivalent to 1rem]
    expected: FAIL

  [hypot(1vh) should be used-value-equivalent to 1vh]
    expected: FAIL

  [hypot(1vw) should be used-value-equivalent to 1vw]
    expected: FAIL

  [hypot(1vmin) should be used-value-equivalent to 1vmin]
    expected: FAIL

  [hypot(1vmax) should be used-value-equivalent to 1vmax]
    expected: FAIL

  [hypot(1s) should be used-value-equivalent to 1s]
    expected: FAIL

  [hypot(1ms) should be used-value-equivalent to 1ms]
    expected: FAIL

  [hypot(1deg) should be used-value-equivalent to 1deg]
    expected: FAIL

  [hypot(1grad) should be used-value-equivalent to 1grad]
    expected: FAIL

  [hypot(1rad) should be used-value-equivalent to 1rad]
    expected: FAIL

  [hypot(1turn) should be used-value-equivalent to 1turn]
    expected: FAIL

  [sqrt(pow(1,1)) should be used-value-equivalent to 1]
    expected: FAIL

  [hypot(pow(1, sqrt(1))) should be used-value-equivalent to 1]
    expected: FAIL

  [calc(hypot(pow((1 + sqrt(1)) / 2, sqrt(1)))) should be used-value-equivalent to 1]
    expected: FAIL