Index: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt |
index 0b6eb368ea1eb5b1826aab4e586d0fc739c4cd8b..8cc7e5bb4c8bc31e848657a06e9f5d114de3463c 100644 |
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt |
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt |
@@ -46,7 +46,7 @@ interface AnimationEffectReadOnly |
getter timing |
method constructor |
method getComputedTiming |
-interface AnimationEffectTiming |
+interface AnimationEffectTiming : AnimationEffectTimingReadOnly |
attribute @@toStringTag |
getter delay |
getter direction |
@@ -65,6 +65,17 @@ interface AnimationEffectTiming |
setter fill |
setter iterationStart |
setter iterations |
+interface AnimationEffectTimingReadOnly |
+ attribute @@toStringTag |
+ getter delay |
+ getter direction |
+ getter duration |
+ getter easing |
+ getter endDelay |
+ getter fill |
+ getter iterationStart |
+ getter iterations |
+ method constructor |
interface AnimationEvent : Event |
attribute @@toStringTag |
getter animationName |