mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +01:00
Update web-platform-tests to revision 6a665f63ae39b552f60b971f11c34b215861fcb3
This commit is contained in:
parent
2b0a48f291
commit
ee944e769d
119 changed files with 4924 additions and 556 deletions
|
@ -96,9 +96,9 @@ interface KeyframeEffect : AnimationEffect {
|
|||
object? keyframes,
|
||||
optional (unrestricted double or KeyframeEffectOptions) options = {});
|
||||
constructor(KeyframeEffect source);
|
||||
attribute Element? target;
|
||||
attribute CSSOMString? pseudoElement;
|
||||
attribute CompositeOperation composite;
|
||||
attribute Element? target;
|
||||
attribute CSSOMString? pseudoElement;
|
||||
attribute CompositeOperation composite;
|
||||
sequence<object> getKeyframes();
|
||||
void setKeyframes(object? keyframes);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue