| Index: third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-release.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-release.html b/third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-release.html
|
| index 7df3ce9970fa905a407239901c4032b771d6ef28..fd84aec381ff5e6c377c33923563183dff7ad4ea 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-release.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-release.html
|
| @@ -7,7 +7,7 @@ var animation;
|
|
|
| function startAnimation()
|
| {
|
| - animation = node.animate([{ width: "100px" }, { width: "2000px" }], { duration: 20, fill: "forwards" });
|
| + animation = node.animate([{ width: "100px" }, { width: "2000px" }], { duration: 0, fill: "forwards" });
|
| }
|
|
|
| function cancelAnimation()
|
|
|