Chromium Code Reviews| 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% { |
| } |
| } |