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

Unified Diff: LayoutTests/animations/animation-on-inline-crash.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/animation-on-inline-crash.html
diff --git a/LayoutTests/animations/animation-on-inline-crash.html b/LayoutTests/animations/animation-on-inline-crash.html
index 0db2eab40324ba9d6790e08eb58da83cc62d6a6b..48f1bbb327fb2eced7710d444ccfd5d194f52854 100644
--- a/LayoutTests/animations/animation-on-inline-crash.html
+++ b/LayoutTests/animations/animation-on-inline-crash.html
@@ -5,7 +5,7 @@
-webkit-animation-name: anim;
}
@-webkit-keyframes anim {
- from { -webkit-transform: translateX(10px); }
+ from { transform: translateX(10px); }
}
</style>
<script type="text/javascript" charset="utf-8">

Powered by Google App Engine
This is Rietveld 408576698