Chromium Code Reviews| Index: LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html |
| diff --git a/LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html b/LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html |
| index 82ee9c3c8557a05dc3d6072ea7f585ed49456d8c..69a460f29e65d6bab8c0f15e85a6a044944c6922 100644 |
| --- a/LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html |
| +++ b/LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html |
| @@ -7,7 +7,7 @@ |
| .layer { |
| width: 100px; |
| height: 100px; |
| - -webkit-transform: translateZ(10px); |
| + transform: translateZ(10px); |
| } |
| </style> |
| <script> |