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

Unified Diff: third_party/WebKit/LayoutTests/animations/zero-duration-infinite-iterations.html

Issue 2518273002: Remove unnecessary webkit prefixes from animation layout tests (Closed)
Patch Set: remove trailing space 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/zero-duration-infinite-iterations.html
diff --git a/third_party/WebKit/LayoutTests/animations/zero-duration-infinite-iterations.html b/third_party/WebKit/LayoutTests/animations/zero-duration-infinite-iterations.html
index 146248dbd54dc246245e258b43cd74bc11bcfd30..b1ca038d2ed6d82eaa60e1a308eec2893260e712 100644
--- a/third_party/WebKit/LayoutTests/animations/zero-duration-infinite-iterations.html
+++ b/third_party/WebKit/LayoutTests/animations/zero-duration-infinite-iterations.html
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<style>
p {
- -webkit-animation: test infinite;
+ animation: test infinite;
}
-@-webkit-keyframes test {
+@keyframes test {
0% {
}
}

Powered by Google App Engine
This is Rietveld 408576698