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 cb17a044db18f980e91e6311edda558aba72d963..15954ad01507f343c4c0d3a1613711640fb82aa7 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); | 
| + -webkit-transform: translateX(200px) scale(1) translateZ(0); | 
| opacity: 0.5; | 
| } | 
| #indicator { |