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

Unified Diff: LayoutTests/transitions/transition-end-event-transform.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/transition-end-event-transform.html
diff --git a/LayoutTests/transitions/transition-end-event-transform.html b/LayoutTests/transitions/transition-end-event-transform.html
index c3803bc4dcb270dda435761f8679737c247b744f..e5a6ffde1f876c1f1e6a5b0378a69ddf7abd5609 100644
--- a/LayoutTests/transitions/transition-end-event-transform.html
+++ b/LayoutTests/transitions/transition-end-event-transform.html
@@ -10,7 +10,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: 0.5s;
- -webkit-transform: translate(100px);
+ transform: translate(100px);
}
</style>
<script src="transition-end-event-helpers.js"></script>

Powered by Google App Engine
This is Rietveld 408576698