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

Unified Diff: ManualTests/animate-duration.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove duplicate transform 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
Index: ManualTests/animate-duration.html
diff --git a/ManualTests/animate-duration.html b/ManualTests/animate-duration.html
index d8bf81ebba149ce316b554d14dd30b695fdb4116..6a1ab007c9df6be4e93d6a9ffd7dbddf537b98de 100644
--- a/ManualTests/animate-duration.html
+++ b/ManualTests/animate-duration.html
@@ -38,8 +38,8 @@
}
@-webkit-keyframes slide {
- from { -webkit-transform: translateX(0); }
- to { -webkit-transform: translateX(280px); }
+ from { transform: translateX(0); }
+ to { transform: translateX(280px); }
}
</style>

Powered by Google App Engine
This is Rietveld 408576698