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

Unified Diff: LayoutTests/transitions/3d/interrupted-transition.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/3d/interrupted-transition.html
diff --git a/LayoutTests/transitions/3d/interrupted-transition.html b/LayoutTests/transitions/3d/interrupted-transition.html
index 5191b3919e82e3136c02e6ab9dfbb35d6365ffe6..28ca471c52dbad8c873c4b39309a73fa5ac719ec 100644
--- a/LayoutTests/transitions/3d/interrupted-transition.html
+++ b/LayoutTests/transitions/3d/interrupted-transition.html
@@ -6,7 +6,7 @@
width: 10px;
height: 10px;
background-color: green;
- -webkit-transform: translate3d(0, 0, 0);
+ transform: translate3d(0, 0, 0);
-webkit-transition: -webkit-transform 200ms linear;
alancutter (OOO until 2018) 2014/10/14 05:13:48 Need to change the transition property target as w
}
</style>

Powered by Google App Engine
This is Rietveld 408576698