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

Unified Diff: LayoutTests/animations/transition-and-animation-2.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
Index: LayoutTests/animations/transition-and-animation-2.html
diff --git a/LayoutTests/animations/transition-and-animation-2.html b/LayoutTests/animations/transition-and-animation-2.html
index 4a45ff9ac529db74d1b5c4144d5970dc643c6bdd..6a1266a65836731ad7ff67370fd7b6993db537f5 100644
--- a/LayoutTests/animations/transition-and-animation-2.html
+++ b/LayoutTests/animations/transition-and-animation-2.html
@@ -21,8 +21,8 @@
-webkit-transition-timing-function: linear;
}
@-webkit-keyframes "anim" {
- from { -webkit-transform: translate(0,100px) }
- to { -webkit-transform: translate(400px, 100px) }
+ from { transform: translate(0,100px) }
+ to { transform: translate(400px, 100px) }
}
</style>
<script src="resources/animation-test-helpers.js" type="text/javascript" charset="utf-8"></script>
« no previous file with comments | « LayoutTests/animations/transition-and-animation-1.html ('k') | LayoutTests/animations/webkit-perspective.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698