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

Unified Diff: third_party/WebKit/LayoutTests/animations/empty-keyframes-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-keyframes-composited.html
diff --git a/third_party/WebKit/LayoutTests/animations/empty-keyframes-composited.html b/third_party/WebKit/LayoutTests/animations/empty-keyframes-composited.html
index 30a3dcb8bba5331ed13be641802b31b18dfb5ff8..3857f85d5cf0a1c6f83c451abdb29dbad2bf006d 100644
--- a/third_party/WebKit/LayoutTests/animations/empty-keyframes-composited.html
+++ b/third_party/WebKit/LayoutTests/animations/empty-keyframes-composited.html
@@ -3,9 +3,9 @@
<style>
p {
transform: rotateX(0deg);
- -webkit-animation: 1s test;
+ animation: 1s test;
}
-@-webkit-keyframes test {
+@keyframes test {
0% {
}
}

Powered by Google App Engine
This is Rietveld 408576698