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

Unified Diff: ManualTests/transition-accelerated.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 | « ManualTests/svg-css-animate-compound.html ('k') | ManualTests/transition-delay.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ManualTests/transition-accelerated.html
diff --git a/ManualTests/transition-accelerated.html b/ManualTests/transition-accelerated.html
index a898c29e84cbdf5e7f5f7904f21467dae28c68f9..54ac380764849c84172a68ec2d7b19966bfea833 100644
--- a/ManualTests/transition-accelerated.html
+++ b/ManualTests/transition-accelerated.html
@@ -30,10 +30,10 @@
@-webkit-keyframes fast {
from {
- -webkit-transform: translateX(0);
+ transform: translateX(0);
}
to {
- -webkit-transform: translateX(400px);
+ transform: translateX(400px);
}
}
</style>
« no previous file with comments | « ManualTests/svg-css-animate-compound.html ('k') | ManualTests/transition-delay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698