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

Unified Diff: LayoutTests/animations/simultaneous-start-transform.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/simultaneous-start-transform.html
diff --git a/LayoutTests/animations/simultaneous-start-transform.html b/LayoutTests/animations/simultaneous-start-transform.html
index 9cac0846237004fe9bb217687bd6f4284cf84cdb..6ff1b920aac041456c5e2674c25c33ae96e3e8bb 100644
--- a/LayoutTests/animations/simultaneous-start-transform.html
+++ b/LayoutTests/animations/simultaneous-start-transform.html
@@ -17,8 +17,8 @@
-webkit-animation-name: "anim";
}
@-webkit-keyframes "anim" {
- from { -webkit-transform: rotate(0deg); }
- to { -webkit-transform: rotate(360deg); }
+ from { transform: rotate(0deg); }
+ to { transform: rotate(360deg); }
}
#box1 {
left: 40px;

Powered by Google App Engine
This is Rietveld 408576698