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

Unified Diff: LayoutTests/transitions/matched-transform-functions.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/matched-transform-functions.html
diff --git a/LayoutTests/transitions/matched-transform-functions.html b/LayoutTests/transitions/matched-transform-functions.html
index 224472dacdc217f9f17c5a1b4b9903434157646c..5bb2e855dd5a23b0c3127ad1fb88dc33f0f3ba91 100644
--- a/LayoutTests/transitions/matched-transform-functions.html
+++ b/LayoutTests/transitions/matched-transform-functions.html
@@ -9,7 +9,7 @@
background-color: blue;
-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: 3s;
- -webkit-transform: translate(0, 0) rotate(0);
+ transform: translate(0, 0) rotate(0);
}
</style>

Powered by Google App Engine
This is Rietveld 408576698