| Index: LayoutTests/inspector-protocol/layers/paint-profiler.html
|
| diff --git a/LayoutTests/inspector-protocol/layers/paint-profiler.html b/LayoutTests/inspector-protocol/layers/paint-profiler.html
|
| index 49714ad2107cd8d1458531cc101d47d6f349799e..8d79b3cafb3df03987c39248e9f73171ae5ee458 100644
|
| --- a/LayoutTests/inspector-protocol/layers/paint-profiler.html
|
| +++ b/LayoutTests/inspector-protocol/layers/paint-profiler.html
|
| @@ -8,7 +8,7 @@
|
| width: 50px;
|
| height: 50px;
|
| background-color: blue;
|
| - -webkit-transform: translateZ(10px);
|
| + transform: translateZ(10px);
|
| }
|
| </style>
|
| <script type="application/x-javascript" src="../../http/tests/inspector-protocol/inspector-protocol-test.js"></script>
|
|
|