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

Unified Diff: LayoutTests/animations/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: 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/negative-delay.html
diff --git a/LayoutTests/animations/negative-delay.html b/LayoutTests/animations/negative-delay.html
index 156f2413a0d8e8e99e1eb36f496789aa14ccce4e..3a861663cb019bb944a4b1f84889fd7a880876a3 100644
--- a/LayoutTests/animations/negative-delay.html
+++ b/LayoutTests/animations/negative-delay.html
@@ -28,8 +28,8 @@
}
@-webkit-keyframes square-translate {
- 0% { -webkit-transform: translateX(0); }
- 100% { -webkit-transform: translateX(600px); }
+ 0% { transform: translateX(0); }
+ 100% { transform: translateX(600px); }
}
#square1 {

Powered by Google App Engine
This is Rietveld 408576698