mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
58 lines
1.8 KiB
INI
58 lines
1.8 KiB
INI
[minmax-time-computed.html]
|
|
[Property transition-delay value 'min(1ms)' computes to '0.001s']
|
|
expected: FAIL
|
|
|
|
[Property transition-delay value 'calc(max(0.5s, 400ms) * 2)' computes to '1s']
|
|
expected: FAIL
|
|
|
|
[Property transition-delay value 'min(1ms, 2ms)' computes to '0.001s']
|
|
expected: FAIL
|
|
|
|
[Property transition-delay value 'calc(max(0.5s, 400ms) + 500ms)' computes to '1s']
|
|
expected: FAIL
|
|
|
|
[Property transition-delay value 'calc(min(0.5s, 600ms) * 2)' computes to '1s']
|
|
expected: FAIL
|
|
|
|
[Property transition-delay value 'max(1000ms, min(2000ms, 1.5s))' computes to '1.5s']
|
|
expected: FAIL
|
|
|
|
[Property transition-delay value 'max(0.9s, 1000ms)' computes to '1s']
|
|
expected: FAIL
|
|
|
|
[Property transition-delay value 'calc(min(0.5s, 600ms) / 2)' computes to '0.25s']
|
|
expected: FAIL
|
|
|
|
[Property transition-delay value 'calc(min(0.5s, 600ms) + 500ms)' computes to '1s']
|
|
expected: FAIL
|
|
|
|
[Property transition-delay value 'calc(max(0.5s, 400ms) / 2)' computes to '0.25s']
|
|
expected: FAIL
|
|
|
|
[Property transition-delay value 'max(1ms)' computes to '0.001s']
|
|
expected: FAIL
|
|
|
|
[Property transition-delay value 'max(1s, 2s)' computes to '2s']
|
|
expected: FAIL
|
|
|
|
[Property transition-delay value 'max(1ms, 2ms)' computes to '0.002s']
|
|
expected: FAIL
|
|
|
|
[Property transition-delay value 'max(1s)' computes to '1s']
|
|
expected: FAIL
|
|
|
|
[Property transition-delay value 'calc(min(0.5s, 600ms) + max(500ms, 0.4s))' computes to '1s']
|
|
expected: FAIL
|
|
|
|
[Property transition-delay value 'min(2s, max(1s, 1500ms))' computes to '1.5s']
|
|
expected: FAIL
|
|
|
|
[Property transition-delay value 'min(1s, 1100ms)' computes to '1s']
|
|
expected: FAIL
|
|
|
|
[Property transition-delay value 'min(1s)' computes to '1s']
|
|
expected: FAIL
|
|
|
|
[Property transition-delay value 'min(1s, 2s)' computes to '1s']
|
|
expected: FAIL
|
|
|