mirror of
https://github.com/servo/servo.git
synced 2025-09-11 23:48:21 +01:00
Update web-platform-tests to revision 9ca57e052ba1b19fa3dd46c6aa656e8d529469a8
This commit is contained in:
parent
68cb8f3d59
commit
75d6484415
1377 changed files with 31062 additions and 16983 deletions
|
@ -1,6 +1,6 @@
|
|||
// GENERATED CONTENT - DO NOT EDIT
|
||||
// Content was automatically extracted by Reffy into reffy-reports
|
||||
// (https://github.com/tidoust/reffy-reports)
|
||||
// Content was automatically extracted by Reffy into webref
|
||||
// (https://github.com/w3c/webref)
|
||||
// Source: Web Animations (https://drafts.csswg.org/web-animations-1/)
|
||||
|
||||
[Exposed=Window]
|
||||
|
@ -36,14 +36,14 @@ interface Animation : EventTarget {
|
|||
attribute EventHandler onfinish;
|
||||
attribute EventHandler oncancel;
|
||||
attribute EventHandler onremove;
|
||||
void cancel();
|
||||
void finish();
|
||||
void play();
|
||||
void pause();
|
||||
void updatePlaybackRate(double playbackRate);
|
||||
void reverse();
|
||||
void persist();
|
||||
void commitStyles();
|
||||
undefined cancel();
|
||||
undefined finish();
|
||||
undefined play();
|
||||
undefined pause();
|
||||
undefined updatePlaybackRate(double playbackRate);
|
||||
undefined reverse();
|
||||
undefined persist();
|
||||
undefined commitStyles();
|
||||
};
|
||||
|
||||
enum AnimationPlayState { "idle", "running", "paused", "finished" };
|
||||
|
@ -56,7 +56,7 @@ enum TimelinePhase { "inactive", "before", "active", "after" };
|
|||
interface AnimationEffect {
|
||||
EffectTiming getTiming();
|
||||
ComputedEffectTiming getComputedTiming();
|
||||
void updateTiming(optional OptionalEffectTiming timing = {});
|
||||
undefined updateTiming(optional OptionalEffectTiming timing = {});
|
||||
};
|
||||
|
||||
dictionary EffectTiming {
|
||||
|
@ -103,7 +103,7 @@ interface KeyframeEffect : AnimationEffect {
|
|||
attribute CSSOMString? pseudoElement;
|
||||
attribute CompositeOperation composite;
|
||||
sequence<object> getKeyframes();
|
||||
void setKeyframes(object? keyframes);
|
||||
undefined setKeyframes(object? keyframes);
|
||||
};
|
||||
|
||||
dictionary BaseComputedKeyframe {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue