Index: LayoutTests/animations/pause-crash.html |
diff --git a/LayoutTests/animations/pause-crash.html b/LayoutTests/animations/pause-crash.html |
index 7de9b735738020fdd239e72486bf20e92127c4a2..edc48f0ba9e838a5d82ec11700c95bbee0d9ff7f 100644 |
--- a/LayoutTests/animations/pause-crash.html |
+++ b/LayoutTests/animations/pause-crash.html |
@@ -13,8 +13,8 @@ |
} |
@-webkit-keyframes anim { |
- from { -webkit-transform: matrix3d(1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1); } |
- to { -webkit-transform: matrix3d(1,0,0,0, 0,1,0,0, 0,0,1,0, 400,0,0,1); } |
+ from { transform: matrix3d(1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1); } |
+ to { transform: matrix3d(1,0,0,0, 0,1,0,0, 0,0,1,0, 400,0,0,1); } |
} |
</style> |
<script type="text/javascript" charset="utf-8"> |