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

Unified Diff: LayoutTests/transitions/bad-transition-shorthand-crash.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/bad-transition-shorthand-crash.html
diff --git a/LayoutTests/transitions/bad-transition-shorthand-crash.html b/LayoutTests/transitions/bad-transition-shorthand-crash.html
index 38ae79ac17b902786f74367b23cc819355f52fbf..80a548f8469f3512f79a64a0faf27dc0c6960730 100644
--- a/LayoutTests/transitions/bad-transition-shorthand-crash.html
+++ b/LayoutTests/transitions/bad-transition-shorthand-crash.html
@@ -8,7 +8,7 @@
height: 100px;
width: 100px;
background-color: blue;
- -webkit-transform: rotate(0);
+ transform: rotate(0);
-webkit-transition: -webkit-transform, 2s;
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