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

Unified Diff: LayoutTests/animations/animation-start-event-destroy-renderer.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-start-event-destroy-renderer.html
diff --git a/LayoutTests/animations/animation-start-event-destroy-renderer.html b/LayoutTests/animations/animation-start-event-destroy-renderer.html
index d18fe2047eea0a497792b0cf463049e6236300b8..314a6c040038ea649b8a711823f5e4411f21c796 100644
--- a/LayoutTests/animations/animation-start-event-destroy-renderer.html
+++ b/LayoutTests/animations/animation-start-event-destroy-renderer.html
@@ -11,8 +11,8 @@
}
@-webkit-keyframes move {
- from { -webkit-transform: translate(0px, 0px); }
- to { -webkit-transform: translate(100px, 0px); }
+ from { transform: translate(0px, 0px); }
+ to { transform: translate(100px, 0px); }
}
</style>
<script type="text/javascript" charset="utf-8">
« no previous file with comments | « LayoutTests/animations/animation-shorthand-overriding.html ('k') | LayoutTests/animations/animation-welcome-safari.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698