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

Unified Diff: LayoutTests/animations/opacity-transform-animation.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/opacity-transform-animation.html
diff --git a/LayoutTests/animations/opacity-transform-animation.html b/LayoutTests/animations/opacity-transform-animation.html
index f99e5f4285a73fa8ba4116569812fa096de193cb..8852502354daad82734c9f2aec1def72df9d76a4 100644
--- a/LayoutTests/animations/opacity-transform-animation.html
+++ b/LayoutTests/animations/opacity-transform-animation.html
@@ -18,11 +18,11 @@
}
@-webkit-keyframes move {
from {
- -webkit-transform: translateX(0) scale(1);
+ transform: translateX(0) scale(1);
opacity: 0.0;
}
to {
- -webkit-transform: translateX(400px) scale(1);
+ transform: translateX(400px) scale(1);
opacity: 1.0;
}
}
« no previous file with comments | « LayoutTests/animations/negative-delay.html ('k') | LayoutTests/animations/opacity-transform-animation-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698