| Index: third_party/WebKit/LayoutTests/inspector/animation/animation-timeline.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/animation/animation-timeline.html b/third_party/WebKit/LayoutTests/inspector/animation/animation-timeline.html
|
| index 363acbe0b78bd43804d92d9897300aa0f2efc507..d23c5e63ed66b21d95816994b347e4e3c1646e36 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/animation/animation-timeline.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/animation/animation-timeline.html
|
| @@ -35,7 +35,7 @@ function startAnimationWithEndDelay()
|
|
|
| function startAnimationWithStepTiming()
|
| {
|
| - player = node.animate([{ width: "100px", easing: "step(5, end)" }, { width: "200px", easing: "step-start" }], 200);
|
| + player = node.animate([{ width: "100px", easing: "steps(5, end)" }, { width: "200px", easing: "step-start" }], 200);
|
| }
|
|
|
| function startCSSAnimation()
|
|
|