Index: LayoutTests/animations/3d/change-transform-in-end-event.html |
diff --git a/LayoutTests/animations/3d/change-transform-in-end-event.html b/LayoutTests/animations/3d/change-transform-in-end-event.html |
index 5dce399d5a9f3797d295a6f69d35d30404fb7e10..0f26f000fba843cf47e52d171a26076b5b53f765 100644 |
--- a/LayoutTests/animations/3d/change-transform-in-end-event.html |
+++ b/LayoutTests/animations/3d/change-transform-in-end-event.html |
@@ -37,8 +37,8 @@ |
} |
@-webkit-keyframes move { |
- from { -webkit-transform: translateX(0); } |
- to { -webkit-transform: translateX(300px); } |
+ from { transform: translateX(0); } |
+ to { transform: translateX(300px); } |
} |
</style> |
<script type="text/javascript" charset="utf-8"> |