Chromium Code Reviews| Index: LayoutTests/animations/webkit-perspective.html |
| diff --git a/LayoutTests/animations/webkit-perspective.html b/LayoutTests/animations/webkit-perspective.html |
| index 71a0b348bda9a4203329dff19e14995464f57d3f..d36c7ebe7c844c8d94852a1e3b193f1ade8beeb8 100644 |
| --- a/LayoutTests/animations/webkit-perspective.html |
| +++ b/LayoutTests/animations/webkit-perspective.html |
| @@ -15,7 +15,7 @@ |
| width: 150px; |
| height: 150px; |
| background: blue; |
| - -webkit-transform: rotateY(45deg); |
| + transform: rotateY(45deg); |
| } |
| </style> |
| <div id="perspective"> |