Index: LayoutTests/animations/additive-transform-animations.html |
diff --git a/LayoutTests/animations/additive-transform-animations.html b/LayoutTests/animations/additive-transform-animations.html |
index 9164706a10a66b8890657cb7d71a451e04a8b4dd..00e326eafc51ef1fc448ef25fc4b76be20b67404 100644 |
--- a/LayoutTests/animations/additive-transform-animations.html |
+++ b/LayoutTests/animations/additive-transform-animations.html |
@@ -14,8 +14,8 @@ |
} |
@-webkit-keyframes anim { |
- from { -webkit-transform: rotate(0deg) translate(-100px, 0); } |
- to { -webkit-transform: rotate(180deg) translate(300px, 0); } |
+ from { transform: rotate(0deg) translate(-100px, 0); } |
+ to { transform: rotate(180deg) translate(300px, 0); } |
} |
</style> |
<script src="resources/animation-test-helpers.js" type="text/javascript"></script> |