Chromium Code Reviews| Index: LayoutTests/web-animations-api/transitions-replay.html |
| diff --git a/LayoutTests/web-animations-api/transitions-replay.html b/LayoutTests/web-animations-api/transitions-replay.html |
| index 8849de939349cd48c976a9f57559feed7a2bc5ea..6d6f179b445ef9af2c58f0149ba09132f99721b5 100644 |
| --- a/LayoutTests/web-animations-api/transitions-replay.html |
| +++ b/LayoutTests/web-animations-api/transitions-replay.html |
| @@ -16,8 +16,8 @@ t.step(function() { |
| element.style.background = "green"; |
| element.offsetTop; // Force recalc |
| - assert_equals(document.timeline.getAnimationPlayers().length, 1); |
| - var player = document.timeline.getAnimationPlayers()[0]; |
| + assert_equals(document.timeline.getAnimations().length, 1); |
| + var player = document.timeline.getAnimations()[0]; |
|
alancutter (OOO until 2018)
2015/05/05 01:04:51
s/player/animation/
dstockwell
2015/05/05 03:33:25
DONE!
|
| player.onfinish = function() { |
| requestAnimationFrame(function() { |
| requestAnimationFrame(function() { |