| Index: LayoutTests/http/tests/inspector/resources/layer-navigation-target.html
|
| diff --git a/LayoutTests/http/tests/inspector/resources/layer-navigation-target.html b/LayoutTests/http/tests/inspector/resources/layer-navigation-target.html
|
| index dcae952bba03d51b2ecaa1542eb46dbcd8a5ae09..a38782724fc4582311783a8c20bf24eb259afa2e 100644
|
| --- a/LayoutTests/http/tests/inspector/resources/layer-navigation-target.html
|
| +++ b/LayoutTests/http/tests/inspector/resources/layer-navigation-target.html
|
| @@ -8,7 +8,7 @@ function test()
|
| </script>
|
| <style>
|
| .layer {
|
| - -webkit-transform: translateZ(10px);
|
| + transform: translateZ(10px);
|
| opacity: 0.8;
|
| }
|
| </style>
|
|
|