mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update web-platform-tests to revision 2dda7b8c10c7566fa6167a32b09c85d51baf2a85
This commit is contained in:
parent
25ebde78aa
commit
8edc7686ef
129 changed files with 5280 additions and 820 deletions
|
@ -29,8 +29,8 @@ test(t => {
|
|||
|
||||
anim.effect.composite = 'add';
|
||||
const keyframes = anim.effect.getKeyframes();
|
||||
assert_equals(keyframes[0].composite, null,
|
||||
'unspecified keyframe composite value should be null even ' +
|
||||
assert_equals(keyframes[0].composite, 'auto',
|
||||
'unspecified keyframe composite value should be auto even ' +
|
||||
'if effect composite is set');
|
||||
}, 'Unspecified keyframe composite value when setting effect composite');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue