mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
This renames: - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout` - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta` - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout` - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
61 lines
1.4 KiB
INI
61 lines
1.4 KiB
INI
[animation-delay-shorthand-computed.html]
|
|
[Property animation-delay value '1s 2s']
|
|
expected: FAIL
|
|
|
|
[Property animation-delay value '1s 2s, 3s']
|
|
expected: FAIL
|
|
|
|
[Property animation-delay value '1s, 2s 3s']
|
|
expected: FAIL
|
|
|
|
[Property animation-delay value 'cover']
|
|
expected: FAIL
|
|
|
|
[Property animation-delay value 'contain']
|
|
expected: FAIL
|
|
|
|
[Property animation-delay value 'enter']
|
|
expected: FAIL
|
|
|
|
[Property animation-delay value 'exit']
|
|
expected: FAIL
|
|
|
|
[Property animation-delay value 'enter, exit']
|
|
expected: FAIL
|
|
|
|
[Property animation-delay value 'enter 0% enter 100%']
|
|
expected: FAIL
|
|
|
|
[Property animation-delay value 'exit 0% exit 100%']
|
|
expected: FAIL
|
|
|
|
[Property animation-delay value 'cover 0% cover 100%']
|
|
expected: FAIL
|
|
|
|
[Property animation-delay value 'contain 0% contain 100%']
|
|
expected: FAIL
|
|
|
|
[Property animation-delay value 'cover 50%']
|
|
expected: FAIL
|
|
|
|
[Property animation-delay value 'contain 50%']
|
|
expected: FAIL
|
|
|
|
[Property animation-delay value 'enter 50%']
|
|
expected: FAIL
|
|
|
|
[Property animation-delay value 'exit 50%']
|
|
expected: FAIL
|
|
|
|
[Property animation-delay value 'enter 50% 0s']
|
|
expected: FAIL
|
|
|
|
[Property animation-delay value '0s enter 50%']
|
|
expected: FAIL
|
|
|
|
[Property animation-delay value 'enter 50% exit 50%']
|
|
expected: FAIL
|
|
|
|
[Property animation-delay value 'cover 50% enter 50%, contain 50% exit 50%']
|
|
expected: FAIL
|