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

Unified Diff: third_party/WebKit/LayoutTests/animations/multiple-same-name-css-animations.html

Issue 2947103002: Expose getAnimations as function on Document (Closed)
Patch Set: Rebase Created 3 years, 6 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/animations/multiple-same-name-css-animations.html
diff --git a/third_party/WebKit/LayoutTests/animations/multiple-same-name-css-animations.html b/third_party/WebKit/LayoutTests/animations/multiple-same-name-css-animations.html
index 3474d844ddcb7998108645fb7c9c3519ccca4c89..1989981b012d1b4ee296e28c8ebe503be25812ff 100644
--- a/third_party/WebKit/LayoutTests/animations/multiple-same-name-css-animations.html
+++ b/third_party/WebKit/LayoutTests/animations/multiple-same-name-css-animations.html
@@ -12,7 +12,7 @@ function setAnimationProperty(value) {
}
function getAnimations() {
- return document.timeline.getAnimations();
+ return document.getAnimations();
}
function clearAnimations() {

Powered by Google App Engine
This is Rietveld 408576698