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

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

Issue 1004623010: Unprefix CSS Animations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase expectations Created 5 years, 9 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/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
index dd7d973a21b048810c35d4a5612db109d3ea2a24..5e69e4af140104dd0c64eed9144b41920e818e4c 100644
--- a/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -32,6 +32,10 @@ interface AnalyserNode
setter maxDecibels
setter minDecibels
setter smoothingTimeConstant
+interface AnimationEvent
+ getter animationName
+ getter elapsedTime
+ method constructor
interface ApplicationCache
attribute CHECKING
attribute DOWNLOADING
@@ -5608,6 +5612,9 @@ interface Window
attribute PERSISTENT
attribute TEMPORARY
attribute onabort
+ attribute onanimationend
+ attribute onanimationiteration
+ attribute onanimationstart
attribute onbeforeunload
attribute onblur
attribute oncancel

Powered by Google App Engine
This is Rietveld 408576698