File tree Expand file tree Collapse file tree 2 files changed +68
-0
lines changed
testing/web-platform/meta/css/css-values Expand file tree Collapse file tree 2 files changed +68
-0
lines changed Original file line number Diff line number Diff line change
1
+ [minmax-integer-computed.html]
2
+ [Property z-index value ' min(1.1, max(0.4, 0.6))' computes to ' 1' ]
3
+ expected: FAIL
4
+
5
+ [Property z-index value ' max(1)' computes to ' 1' ]
6
+ expected: FAIL
7
+
8
+ [Property z-index value ' max(0.4)' computes to ' 0' ]
9
+ expected: FAIL
10
+
11
+ [Property z-index value ' min(0.6)' computes to ' 1' ]
12
+ expected: FAIL
13
+
14
+ [Property z-index value ' max(0.3, min(1.1, 0.4))' computes to ' 0' ]
15
+ expected: FAIL
16
+
17
+ [Property z-index value ' max(0.6)' computes to ' 1' ]
18
+ expected: FAIL
19
+
20
+ [Property z-index value ' min(1)' computes to ' 1' ]
21
+ expected: FAIL
22
+
23
+ [Property z-index value ' calc(max(0.3, 0.6) / 2)' computes to ' 0' ]
24
+ expected: FAIL
25
+
26
+ [Property z-index value ' min(0.4)' computes to ' 0' ]
27
+ expected: FAIL
28
+
29
+ [Property z-index value ' calc(min(0.3, 0.6) * 2)' computes to ' 1' ]
30
+ expected: FAIL
31
+
Original file line number Diff line number Diff line change
1
+ [minmax-number-computed.html]
2
+ [Property opacity value ' calc(max(0.1, 0.2) * 2)' computes to ' 0.4' ]
3
+ expected: FAIL
4
+
5
+ [Property opacity value ' calc(min(0.1, 0.2) / 2)' computes to ' 0.05' ]
6
+ expected: FAIL
7
+
8
+ [Property opacity value ' calc(max(0.1, 0.2) - 0.05)' computes to ' 0.15' ]
9
+ expected: FAIL
10
+
11
+ [Property opacity value ' calc(min(0.1, 0.2) * 2)' computes to ' 0.2' ]
12
+ expected: FAIL
13
+
14
+ [Property opacity value ' max(0.1, min(0.2, 0.15))' computes to ' 0.15' ]
15
+ expected: FAIL
16
+
17
+ [Property opacity value ' calc(min(0.1, 0.2) - 0.05)' computes to ' 0.05' ]
18
+ expected: FAIL
19
+
20
+ [Property opacity value ' calc(max(0.1, 0.2) + 0.05)' computes to ' 0.25' ]
21
+ expected: FAIL
22
+
23
+ [Property opacity value ' min(0.2, max(0.1, 0.15))' computes to ' 0.15' ]
24
+ expected: FAIL
25
+
26
+ [Property opacity value ' calc(max(0.1, 0.2) / 2)' computes to ' 0.1' ]
27
+ expected: FAIL
28
+
29
+ [Property opacity value ' calc(min(0.1, 0.2) + 0.05)' computes to ' 0.15' ]
30
+ expected: FAIL
31
+
32
+ [Property opacity value ' calc(min(0.1, 0.2) + max(0.1, 0.05))' computes to ' 0.2' ]
33
+ expected: FAIL
34
+
35
+ [Property opacity value ' calc(min(0.1, 0.2) - max(0.1, 0.05))' computes to ' 0' ]
36
+ expected: FAIL
37
+
You can’t perform that action at this time.
0 commit comments