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

Unified Diff: LayoutTests/animations/additive-transform-animations.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/additive-transform-animations.html
diff --git a/LayoutTests/animations/additive-transform-animations.html b/LayoutTests/animations/additive-transform-animations.html
index 9164706a10a66b8890657cb7d71a451e04a8b4dd..00e326eafc51ef1fc448ef25fc4b76be20b67404 100644
--- a/LayoutTests/animations/additive-transform-animations.html
+++ b/LayoutTests/animations/additive-transform-animations.html
@@ -14,8 +14,8 @@
}
@-webkit-keyframes anim {
- from { -webkit-transform: rotate(0deg) translate(-100px, 0); }
- to { -webkit-transform: rotate(180deg) translate(300px, 0); }
+ from { transform: rotate(0deg) translate(-100px, 0); }
+ to { transform: rotate(180deg) translate(300px, 0); }
}
</style>
<script src="resources/animation-test-helpers.js" type="text/javascript"></script>

Powered by Google App Engine
This is Rietveld 408576698