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

Unified Diff: third_party/WebKit/LayoutTests/animations/lazy-detached-animation-stop.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/lazy-detached-animation-stop.html
diff --git a/third_party/WebKit/LayoutTests/animations/lazy-detached-animation-stop.html b/third_party/WebKit/LayoutTests/animations/lazy-detached-animation-stop.html
index e8ccb1e19edbbcd48c1b76d53d50c2f18ba8f0fe..d8aa6a8b1e9e5563cf4c10208548119ecbcb0261 100644
--- a/third_party/WebKit/LayoutTests/animations/lazy-detached-animation-stop.html
+++ b/third_party/WebKit/LayoutTests/animations/lazy-detached-animation-stop.html
@@ -45,7 +45,7 @@ requestAnimationFrame(function() {
input.id = "target2";
// Insert the element again.
document.body.appendChild(input);
- shouldBe("document.timeline.getAnimations().length", "0");
+ shouldBe("document.getAnimations().length", "0");
finishJSTest();
});
});

Powered by Google App Engine
This is Rietveld 408576698