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

Unified Diff: LayoutTests/animations/big-rotation.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/big-rotation.html
diff --git a/LayoutTests/animations/big-rotation.html b/LayoutTests/animations/big-rotation.html
index fa5e4c223bf0505744c16676f2c55abd60cac766..4297e975072149fe7236f63c998be08b390dfd7f 100644
--- a/LayoutTests/animations/big-rotation.html
+++ b/LayoutTests/animations/big-rotation.html
@@ -15,8 +15,8 @@
-webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes "rotate" {
- from { -webkit-transform: rotate(0); }
- to { -webkit-transform: rotate(540deg); }
+ from { transform: rotate(0); }
+ to { transform: rotate(540deg); }
}
</style>
<script src="resources/animation-test-helpers.js" type="text/javascript" charset="utf-8"></script>
« no previous file with comments | « LayoutTests/animations/animation-welcome-safari.html ('k') | LayoutTests/animations/body-removal-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698