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

Unified Diff: LayoutTests/animations/play-state.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/play-state.html
diff --git a/LayoutTests/animations/play-state.html b/LayoutTests/animations/play-state.html
index c13f460a8354247b5142278931b0a6c1fa396622..e81c1f4262d18c57fc2daf32bfa6e5697dbb1480 100644
--- a/LayoutTests/animations/play-state.html
+++ b/LayoutTests/animations/play-state.html
@@ -13,8 +13,8 @@
-webkit-animation-name: "move1";
}
@-webkit-keyframes "move1" {
- from { -webkit-transform: translateX(100px); }
- to { -webkit-transform: translateX(200px); }
+ from { transform: translateX(100px); }
+ to { transform: translateX(200px); }
}
#left {
position: relative;
« no previous file with comments | « LayoutTests/animations/pause-crash.html ('k') | LayoutTests/animations/resources/dynamic-stylesheet-insertion-main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698