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

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: 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
« no previous file with comments | « ManualTests/transition-accelerated.html ('k') | ManualTests/win/milliondollar.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ManualTests/transition-delay.html
diff --git a/ManualTests/transition-delay.html b/ManualTests/transition-delay.html
index 006c79885f76d2bc32c224c400ebe040ea1cfa86..03e66d6de07fb85fd697480b2a3dd099480eca08 100644
--- a/ManualTests/transition-delay.html
+++ b/ManualTests/transition-delay.html
@@ -23,8 +23,8 @@
}
#container.slide > .box {
- -webkit-transform: translateX(380px);
- -webkit-transition-property: -webkit-transform;
+ transform: translateX(380px);
+ -webkit-transition-property: transform;
-webkit-transition-duration: 2s;
}
« no previous file with comments | « ManualTests/transition-accelerated.html ('k') | ManualTests/win/milliondollar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698