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

Unified Diff: LayoutTests/transitions/negative-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: LayoutTests/transitions/negative-delay.html
diff --git a/LayoutTests/transitions/negative-delay.html b/LayoutTests/transitions/negative-delay.html
index f35609338bf12f4a2883098359bdf15195149e4d..41b19114b70f029622186e36eab970a360a8e39b 100644
--- a/LayoutTests/transitions/negative-delay.html
+++ b/LayoutTests/transitions/negative-delay.html
@@ -35,7 +35,7 @@
-webkit-transition-property: -webkit-transform;
}
.translated {
- -webkit-transform: translateX(600px);
+ transform: translateX(600px);
}
</style>

Powered by Google App Engine
This is Rietveld 408576698