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

Unified Diff: ManualTests/transition-delay.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: ManualTests/transition-delay.html
diff --git a/ManualTests/transition-delay.html b/ManualTests/transition-delay.html
index 006c79885f76d2bc32c224c400ebe040ea1cfa86..2c74a28d93e4bc38fb1625abaedb72937b2117b8 100644
--- a/ManualTests/transition-delay.html
+++ b/ManualTests/transition-delay.html
@@ -23,7 +23,7 @@
}
#container.slide > .box {
- -webkit-transform: translateX(380px);
+ transform: translateX(380px);
-webkit-transition-property: -webkit-transform;
alancutter (OOO until 2018) 2014/10/14 05:13:49 Need to change the transition property target as w
-webkit-transition-duration: 2s;
}

Powered by Google App Engine
This is Rietveld 408576698