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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt
index 50db6da20296f3b335da427a9b2b65fe34654c23..993b04c236c16997f4f49e9e76d7e64581c5d0fe 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/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