Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2379863003: Implement AnimationEffectTimingReadOnly interface (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 b7783cdb1883a924c04a2a2da9145414bbc1f406..8114827ee0da57856997e33d662ddb03f5f938f2 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -38,7 +38,7 @@ interface AnimationEffectReadOnly
getter timing
method constructor
method getComputedTiming
-interface AnimationEffectTiming
+interface AnimationEffectTiming : AnimationEffectTimingReadOnly
attribute @@toStringTag
getter delay
getter direction
@@ -57,6 +57,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

Powered by Google App Engine
This is Rietveld 408576698