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

Unified Diff: LayoutTests/animations/animation-hit-test-transform.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: LayoutTests/animations/animation-hit-test-transform.html
diff --git a/LayoutTests/animations/animation-hit-test-transform.html b/LayoutTests/animations/animation-hit-test-transform.html
index 885b9a407cfb52bbe08c65c8602d6aa06f3adb1e..49272bd6cd11cd9492d1f50afe855e5d610e5c81 100644
--- a/LayoutTests/animations/animation-hit-test-transform.html
+++ b/LayoutTests/animations/animation-hit-test-transform.html
@@ -16,8 +16,8 @@
-webkit-animation-timing-function: linear;
}
@-webkit-keyframes "anim" {
- from { -webkit-transform: translate(100px); }
- to { -webkit-transform: translate(300px); }
+ from { transform: translate(100px); }
+ to { transform: translate(300px); }
}
.dot {

Powered by Google App Engine
This is Rietveld 408576698