| 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
|
|
|