Chromium Code Reviews| Index: LayoutTests/compositing/layer-creation/stacking-context-overlap.html |
| diff --git a/LayoutTests/compositing/layer-creation/stacking-context-overlap.html b/LayoutTests/compositing/layer-creation/stacking-context-overlap.html |
| index d51cf42f32187dbb0468ad38664d18901b65f8a9..30b5447a5a6a73b64180517ae3dde4b4b83f3455 100644 |
| --- a/LayoutTests/compositing/layer-creation/stacking-context-overlap.html |
| +++ b/LayoutTests/compositing/layer-creation/stacking-context-overlap.html |
| @@ -7,7 +7,7 @@ |
| width: 20px; |
| height: 20px; |
| background-color: blue; |
| - -webkit-transform: translateZ(0); |
| + transform: translateZ(0); |
| } |
| .container { |