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