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

Unified Diff: third_party/WebKit/LayoutTests/animations/empty-keyframe-animation-composited.html

Issue 2523543004: CSS Animations: Remove unnecessary webkit prefixes from layout tests (Closed)
Patch Set: Created 4 years, 1 month 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: third_party/WebKit/LayoutTests/animations/empty-keyframe-animation-composited.html
diff --git a/third_party/WebKit/LayoutTests/animations/empty-keyframe-animation-composited.html b/third_party/WebKit/LayoutTests/animations/empty-keyframe-animation-composited.html
index 21960215bad5364fe6cf48f67fa7c53ef75316d0..ed10046e0e01db7d260821361dd797b80c18d603 100644
--- a/third_party/WebKit/LayoutTests/animations/empty-keyframe-animation-composited.html
+++ b/third_party/WebKit/LayoutTests/animations/empty-keyframe-animation-composited.html
@@ -3,9 +3,9 @@
<style>
p {
transform: rotateX(0deg);
- -webkit-animation: 1s empty;
+ animation: 1s empty;
}
-@-webkit-keyframes empty {
+@keyframes empty {
}
</style>

Powered by Google App Engine
This is Rietveld 408576698