| Index: LayoutTests/compositing/geometry/layer-due-to-layer-children-deep-switch.html
|
| diff --git a/LayoutTests/compositing/geometry/layer-due-to-layer-children-deep-switch.html b/LayoutTests/compositing/geometry/layer-due-to-layer-children-deep-switch.html
|
| index edd9c17f1870de5e52cd602cbd15601ce304abc0..6bfaa8dab38b7e37a03a312126a8643e416c8da7 100644
|
| --- a/LayoutTests/compositing/geometry/layer-due-to-layer-children-deep-switch.html
|
| +++ b/LayoutTests/compositing/geometry/layer-due-to-layer-children-deep-switch.html
|
| @@ -12,7 +12,7 @@
|
| height: 250px;
|
| padding: 20px;
|
| border: 1px solid black;
|
| - -webkit-transform: translate(0px, 0px);
|
| + transform: translate(0px, 0px);
|
| }
|
|
|
| #child {
|
| @@ -21,7 +21,7 @@
|
| width: 250px;
|
| height: 220px;
|
| background-color: blue;
|
| - -webkit-transform: translate(0px, 0px);
|
| + transform: translate(0px, 0px);
|
| }
|
|
|
| #grandchild {
|
| @@ -31,7 +31,7 @@
|
| width: 200px;
|
| height: 200px;
|
| background-color: yellow;
|
| - -webkit-transform: rotate(30deg);
|
| + transform: rotate(30deg);
|
| }
|
|
|
| #greatgrandchild {
|
|
|