mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
37 lines
1.1 KiB
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
|
|
|