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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 2806623003: Implement Animation constructor (Closed)
Patch Set: Update one more webexposed test expectation Created 3 years, 8 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/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt
index 3bcc2c98201c560d13ae244d25274da900350b1e..356f671713497f53120b38e77e7b120fc227d0c4 100644
--- a/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -21,6 +21,27 @@ interface AnalyserNode : AudioNode
setter maxDecibels
setter minDecibels
setter smoothingTimeConstant
+interface Animation : EventTarget
+ attribute @@toStringTag
+ getter currentTime
+ getter id
+ getter oncancel
+ getter onfinish
+ getter playState
+ getter playbackRate
+ getter startTime
+ method cancel
+ method constructor
+ method finish
+ method pause
+ method play
+ method reverse
+ setter currentTime
+ setter id
+ setter oncancel
+ setter onfinish
+ setter playbackRate
+ setter startTime
interface AnimationEvent : Event
attribute @@toStringTag
getter animationName

Powered by Google App Engine
This is Rietveld 408576698