Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(403)

Unified Diff: LayoutTests/animations/3d/change-transform-in-end-event.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/animations/3d/matrix-transform-type-animation.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
« no previous file with comments | « no previous file | LayoutTests/animations/3d/matrix-transform-type-animation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698