Chromium Code Reviews| Index: LayoutTests/css3/blending/mix-blend-mode-isolation-layer.html |
| diff --git a/LayoutTests/css3/blending/mix-blend-mode-isolation-layer.html b/LayoutTests/css3/blending/mix-blend-mode-isolation-layer.html |
| index 164af5bf463effd4bf4012fb0075afc4801a1959..95b8673418bd7c259969ddc4858369febce15f66 100644 |
| --- a/LayoutTests/css3/blending/mix-blend-mode-isolation-layer.html |
| +++ b/LayoutTests/css3/blending/mix-blend-mode-isolation-layer.html |
| @@ -15,7 +15,7 @@ |
| z-index: -1; |
| } |
| .accelerated { |
| - -webkit-transform: rotateX(0deg); |
| + transform: rotateX(0deg); |
| } |
| .blended { |
| mix-blend-mode: multiply; |