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

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

Issue 1113173003: Web Animations: Update naming to reflect spec changes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: No, really. Created 5 years, 7 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: LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/LayoutTests/webexposed/global-interface-listing-expected.txt b/LayoutTests/webexposed/global-interface-listing-expected.txt
index d3b884cb12b4fb2f2cbfc1cb58048e1dad56828c..5d1a93e2f80b48dab5d94cd89cbd024f553be579 100644
--- a/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -32,16 +32,34 @@ interface AnalyserNode
setter maxDecibels
setter minDecibels
setter smoothingTimeConstant
-interface Animation
+interface AnimationEffectReadOnly
+ getter computedTiming
+ getter timing
+ method constructor
+interface AnimationEffectTiming
+ getter delay
+ getter direction
+ getter duration
+ getter easing
+ getter endDelay
+ getter fill
+ getter iterationStart
+ getter iterations
+ getter playbackRate
method constructor
+ setter delay
+ setter direction
+ setter duration
+ setter easing
+ setter endDelay
+ setter fill
+ setter iterationStart
+ setter iterations
+ setter playbackRate
interface AnimationEvent
getter animationName
getter elapsedTime
method constructor
-interface AnimationNode
- getter computedTiming
- getter timing
- method constructor
interface AnimationPlayerEvent
getter currentTime
getter timelineTime
@@ -50,7 +68,7 @@ interface AnimationTimeline
getter currentTime
getter playbackRate
method constructor
- method getAnimationPlayers
+ method getAnimations
method play
setter currentTime
setter playbackRate
@@ -1297,7 +1315,7 @@ interface Element
method constructor
method createShadowRoot
method focus
- method getAnimationPlayers
+ method getAnimations
method getAttribute
method getAttributeNS
method getAttributeNode
@@ -3097,6 +3115,8 @@ interface KeyboardEvent
method constructor
method getModifierState
method initKeyboardEvent
+interface KeyframeEffect
+ method constructor
interface LocalCredential
getter formData
getter password
@@ -5474,26 +5494,6 @@ interface TimeRanges
method constructor
method end
method start
-interface Timing
- getter delay
- getter direction
- getter duration
- getter easing
- getter endDelay
- getter fill
- getter iterationStart
- getter iterations
- getter playbackRate
- method constructor
- setter delay
- setter direction
- setter duration
- setter easing
- setter endDelay
- setter fill
- setter iterationStart
- setter iterations
- setter playbackRate
interface Touch
getter clientX
getter clientY
« no previous file with comments | « LayoutTests/webexposed/element-instance-property-listing-expected.txt ('k') | LayoutTests/webexposed/web-animations-api.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698