| Index: ManualTests/compositing/show-composited-iframe-on-back-button.html
|
| diff --git a/ManualTests/compositing/show-composited-iframe-on-back-button.html b/ManualTests/compositing/show-composited-iframe-on-back-button.html
|
| index fff88889dd9d0b11de1e57d96df543e6520ec398..921cc106e560f521ad63489e65949737a4037bab 100644
|
| --- a/ManualTests/compositing/show-composited-iframe-on-back-button.html
|
| +++ b/ManualTests/compositing/show-composited-iframe-on-back-button.html
|
| @@ -15,7 +15,7 @@
|
| background-color: red;
|
| width: 100px;
|
| height: 100px;
|
| - -webkit-transform: translateZ(0);
|
| + transform: translateZ(0);
|
| }
|
| iframe {
|
| margin: 20px;
|
| @@ -25,7 +25,7 @@
|
| }
|
|
|
| .composited {
|
| - -webkit-transform: translateZ(0);
|
| + transform: translateZ(0);
|
| }
|
|
|
| </style>
|
|
|