Index: LayoutTests/animations/matrix-anim.html |
diff --git a/LayoutTests/animations/matrix-anim.html b/LayoutTests/animations/matrix-anim.html |
index ece50e2e9857339201bc16c1c9de3d5862b2fcab..2a1c54305588a06706fe1e89815cd709b59b6905 100644 |
--- a/LayoutTests/animations/matrix-anim.html |
+++ b/LayoutTests/animations/matrix-anim.html |
@@ -15,8 +15,8 @@ |
-webkit-animation-name: "anim"; |
} |
@-webkit-keyframes "anim" { |
- from { -webkit-transform: matrix(0.707, -0.707, 0.707, 0.707, 0, 0); } |
- to { -webkit-transform: matrix(0.707, 0.707, -0.707, 0.707, 0, 0); } |
+ from { transform: matrix(0.707, -0.707, 0.707, 0.707, 0, 0); } |
+ to { transform: matrix(0.707, 0.707, -0.707, 0.707, 0, 0); } |
} |
</style> |
<script src="resources/animation-test-helpers.js" type="text/javascript" charset="utf-8"></script> |