Skip to content

Commit 4b22fef

Browse files
committed
Bug 1575417 [wpt PR 18574] - Update wpt metadata, a=testonly
wpt-pr: 18574 wpt-type: metadata UltraBlame original commit: 82eed622a6a87ca1f9cc3a8c4e0b575141046dc8
1 parent 971926f commit 4b22fef

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[background-position-negative-percentage-comparison.html]
2+
expected: FAIL
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
[minmax-percentage-computed.html]
2+
[Property margin-left value 'calc(min(10%, 20%) / 2)' computes to '20px']
3+
expected: FAIL
4+
5+
[Property margin-left value 'calc(max(10%, 20%) * 2)' computes to '160px']
6+
expected: FAIL
7+
8+
[Property margin-left value 'min(1%)' computes to '4px']
9+
expected: FAIL
10+
11+
[Property margin-left value 'max(1%)' computes to '4px']
12+
expected: FAIL
13+
14+
[Property margin-left value 'min(20%, max(10%, 15%))' computes to '60px']
15+
expected: FAIL
16+
17+
[Property margin-left value 'calc(min(10%, 20%) * 2)' computes to '80px']
18+
expected: FAIL
19+
20+
[Property margin-left value 'calc(max(10%, 20%) - 5%)' computes to '60px']
21+
expected: FAIL
22+
23+
[Property margin-left value 'calc(max(10%, 20%) / 2)' computes to '40px']
24+
expected: FAIL
25+
26+
[Property margin-left value 'calc(min(10%, 20%) - 5%)' computes to '20px']
27+
expected: FAIL
28+
29+
[Property margin-left value 'calc(min(10%, 20%) + 5%)' computes to '60px']
30+
expected: FAIL
31+
32+
[Property margin-left value 'calc(min(10%, 20%) + max(10%, 5%))' computes to '80px']
33+
expected: FAIL
34+
35+
[Property margin-left value 'max(10%, min(20%, 15%))' computes to '60px']
36+
expected: FAIL
37+
38+
[Property margin-left value 'calc(max(10%, 20%) + 5%)' computes to '100px']
39+
expected: FAIL
40+

0 commit comments

Comments
 (0)