| Index: LayoutTests/compositing/squashing/squash-clipped.html
|
| diff --git a/LayoutTests/compositing/squashing/squash-clipped.html b/LayoutTests/compositing/squashing/squash-clipped.html
|
| index e1ecb50dab7a77c32e64c9e4ddbdf4fe1d8802e4..67504d0b6763cc77fbc3d4dc5a5c7c0a228008ec 100644
|
| --- a/LayoutTests/compositing/squashing/squash-clipped.html
|
| +++ b/LayoutTests/compositing/squashing/squash-clipped.html
|
| @@ -2,7 +2,7 @@
|
| <head>
|
| <style>
|
| .composited {
|
| - -webkit-transform: translatez(0);
|
| + transform: translatez(0);
|
| }
|
|
|
| .box {
|
| @@ -43,7 +43,7 @@
|
| }
|
|
|
| .clipper {
|
| - -webkit-transform: translatez(0);
|
| + transform: translatez(0);
|
| width: 400px;
|
| height: 400px;
|
| background-color: gray;
|
|
|