Update web-platform-tests to revision 85ffed21f7a96f6d67a5a0110459d67f50cff624

This commit is contained in:
WPT Sync Bot 2020-05-13 08:18:25 +00:00
parent bdfa6b0751
commit ab5c81c0bb
240 changed files with 2991 additions and 918 deletions

View file

@ -139,6 +139,7 @@ interface mixin Animatable {
dictionary KeyframeAnimationOptions : KeyframeEffectOptions {
DOMString id = "";
AnimationTimeline? timeline;
};
dictionary GetAnimationsOptions {