servo/tests/wpt/metadata/css/css-values/minmax-number-computed.html.ini

37 lines
1.1 KiB
INI

[minmax-number-computed.html]
[Property opacity value 'calc(max(0.1, 0.2) * 2)' computes to '0.4']
expected: FAIL
[Property opacity value 'calc(min(0.1, 0.2) / 2)' computes to '0.05']
expected: FAIL
[Property opacity value 'calc(max(0.1, 0.2) - 0.05)' computes to '0.15']
expected: FAIL
[Property opacity value 'calc(min(0.1, 0.2) * 2)' computes to '0.2']
expected: FAIL
[Property opacity value 'max(0.1, min(0.2, 0.15))' computes to '0.15']
expected: FAIL
[Property opacity value 'calc(min(0.1, 0.2) - 0.05)' computes to '0.05']
expected: FAIL
[Property opacity value 'calc(max(0.1, 0.2) + 0.05)' computes to '0.25']
expected: FAIL
[Property opacity value 'min(0.2, max(0.1, 0.15))' computes to '0.15']
expected: FAIL
[Property opacity value 'calc(max(0.1, 0.2) / 2)' computes to '0.1']
expected: FAIL
[Property opacity value 'calc(min(0.1, 0.2) + 0.05)' computes to '0.15']
expected: FAIL
[Property opacity value 'calc(min(0.1, 0.2) + max(0.1, 0.05))' computes to '0.2']
expected: FAIL
[Property opacity value 'calc(min(0.1, 0.2) - max(0.1, 0.05))' computes to '0']
expected: FAIL