Chromium Code Reviews| Index: LayoutTests/animations/animation-direction-normal-expected.html |
| diff --git a/LayoutTests/animations/animation-direction-normal-expected.html b/LayoutTests/animations/animation-direction-normal-expected.html |
| index 7df4f6a668ad28626813ea11623ad0754bfd8aea..a22db12c0cde0df87377f246ba08675eef9ecba6 100644 |
| --- a/LayoutTests/animations/animation-direction-normal-expected.html |
| +++ b/LayoutTests/animations/animation-direction-normal-expected.html |
| @@ -15,7 +15,7 @@ |
| width: 100px; |
| background-color: red; |
| margin: 0; |
| - -webkit-transform: translateX(50px); |
| + transform: translateX(50px); |
| } |
| #safezone { |
| position: absolute; |