Chromium Code Reviews| Index: LayoutTests/compositing/rendering-contexts.html |
| diff --git a/LayoutTests/compositing/rendering-contexts.html b/LayoutTests/compositing/rendering-contexts.html |
| index 2bd5f53fce9f696a887738bf06cc59c7caee11e8..1ecc6dfc709c5bf0bcd48a5669fcc4ce6bc47a54 100644 |
| --- a/LayoutTests/compositing/rendering-contexts.html |
| +++ b/LayoutTests/compositing/rendering-contexts.html |
| @@ -7,7 +7,7 @@ |
| <head> |
| <style> |
| .composited { |
| - -webkit-transform: translateZ(0); |
| + transform: translateZ(0); |
| width: 100px; |
| height: 100px; |
| background-color: green; |