Index: LayoutTests/animations/animation-matrix-negative-scale-unmatrix.html |
diff --git a/LayoutTests/animations/animation-matrix-negative-scale-unmatrix.html b/LayoutTests/animations/animation-matrix-negative-scale-unmatrix.html |
index e93acab6c364c1c535ab1f0d4ef397ad19d78ebd..4075931809835716db87607f9b18c7b522c131cf 100644 |
--- a/LayoutTests/animations/animation-matrix-negative-scale-unmatrix.html |
+++ b/LayoutTests/animations/animation-matrix-negative-scale-unmatrix.html |
@@ -17,8 +17,8 @@ |
} |
@-webkit-keyframes anim { |
- from { -webkit-transform: matrix(1, 0, 0, -1, 0, 0); } |
- to { -webkit-transform: matrix(1, 0, 0, 1, 0, 0); } |
+ from { transform: matrix(1, 0, 0, -1, 0, 0); } |
+ to { transform: matrix(1, 0, 0, 1, 0, 0); } |
} |
</style> |
<script type="text/javascript" charset="utf-8"> |