Chromium Code Reviews| Index: LayoutTests/animations/opacity-transform-animation-expected.html |
| diff --git a/LayoutTests/animations/opacity-transform-animation-expected.html b/LayoutTests/animations/opacity-transform-animation-expected.html |
| index 15954ad01507f343c4c0d3a1613711640fb82aa7..3c27ed9d421651d4b685c548b39835653147e2c0 100644 |
| --- a/LayoutTests/animations/opacity-transform-animation-expected.html |
| +++ b/LayoutTests/animations/opacity-transform-animation-expected.html |
| @@ -11,7 +11,7 @@ |
| } |
| #box { |
| background-color: green; |
| - -webkit-transform: translateX(200px) scale(1) translateZ(0); |
| + transform: translateX(200px) scale(1) translateZ(0); |
| opacity: 0.5; |
| } |
| #indicator { |