[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