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

Unified Diff: third_party/WebKit/LayoutTests/transitions/repeated-firing-background-color.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/transitions/repeated-firing-background-color.html
diff --git a/third_party/WebKit/LayoutTests/transitions/repeated-firing-background-color.html b/third_party/WebKit/LayoutTests/transitions/repeated-firing-background-color.html
index 16bd1429ab7247b968668e336d5c6f24a00553e6..818cdc0a85605cae02120007bb50a38cff521815 100644
--- a/third_party/WebKit/LayoutTests/transitions/repeated-firing-background-color.html
+++ b/third_party/WebKit/LayoutTests/transitions/repeated-firing-background-color.html
@@ -11,7 +11,7 @@
<script>
function checkRunning()
{
- var current = document.timeline.getAnimations().length;
+ var current = document.getAnimations().length;
if (current == 0)
document.getElementById('result').innerHTML = "PASS: Number of active transitions is (0) as expected";
else

Powered by Google App Engine
This is Rietveld 408576698