Skip to content

Commit 8216090

Browse files
committed
Bug 1575698 [wpt PR 18600] - Update wpt metadata, a=testonly
wpt-pr: 18600 wpt-type: metadata UltraBlame original commit: 2104112e4f94f728c053f7c320d5d9bab1c4bfbd
1 parent 4267bd7 commit 8216090

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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+

0 commit comments

Comments
 (0)