| Index: third_party/WebKit/LayoutTests/animations/animation-properties-in-keyframe-are-ignored.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/animation-properties-in-keyframe-are-ignored.html b/third_party/WebKit/LayoutTests/animations/animation-properties-in-keyframe-are-ignored.html
|
| index fdd965de044236508ccc5abe03f13ecae048514b..779e17c57e9d03443b1cd71800a95db8d9e18bcf 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/animation-properties-in-keyframe-are-ignored.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/animation-properties-in-keyframe-are-ignored.html
|
| @@ -45,8 +45,8 @@
|
| [1, "target", "left", 50, 5],
|
| [2, "target", "left", 100, 5],
|
| [3, "target", "left", 150, 5],
|
| - [4, "target", "left", "0px", 0],
|
| - [5, "target", "left", "0px", 0],
|
| + [4, "target", "left", "auto", 0],
|
| + [5, "target", "left", "auto", 0],
|
| ];
|
|
|
| runAnimationTest(expectedValues);
|
| @@ -57,4 +57,4 @@
|
| <div id="target"></div>
|
| <div id="result"></div>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|