Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/animations/additive-transform-animations.html |
| diff --git a/third_party/WebKit/LayoutTests/animations/additive-transform-animations.html b/third_party/WebKit/LayoutTests/animations/additive-transform-animations.html |
| index 00e326eafc51ef1fc448ef25fc4b76be20b67404..b8846d3c46dee8467fa7a469321484a2ea62ce6f 100644 |
| --- a/third_party/WebKit/LayoutTests/animations/additive-transform-animations.html |
| +++ b/third_party/WebKit/LayoutTests/animations/additive-transform-animations.html |
| @@ -8,11 +8,11 @@ |
| width: 100px; |
| background-color: blue; |
| } |
| - |
| + |
| #box { |
| -webkit-animation: anim 2s linear both; |
| } |
| - |
| + |
| @-webkit-keyframes anim { |
| from { transform: rotate(0deg) translate(-100px, 0); } |
| to { transform: rotate(180deg) translate(300px, 0); } |
| @@ -24,10 +24,8 @@ |
| // [time, element-id, property, expected-value, tolerance] |
| [1, "box", "webkitTransform", [0, 1, -1, 0, 0, 100], 0.002], |
| ]; |
| - |
| - const doPixelTest = true; |
| - const disablePauseAnimationAPI = false; |
| - runAnimationTest(expectedValues, null, null, disablePauseAnimationAPI, doPixelTest); |
|
alancutter (OOO until 2018)
2016/03/07 05:52:16
If we change this to a text expectation test then
|
| + |
| + runAnimationTest(expectedValues); |
| </script> |
| </head> |
| <body> |