Chromium Code Reviews| Index: LayoutTests/animations/animation-add-events-in-handler.html |
| diff --git a/LayoutTests/animations/animation-add-events-in-handler.html b/LayoutTests/animations/animation-add-events-in-handler.html |
| index 812785f59831052f3b9f3867622b215e32cf1204..bc9ed3b8191c0c93a7609771a2d86ceedf174800 100644 |
| --- a/LayoutTests/animations/animation-add-events-in-handler.html |
| +++ b/LayoutTests/animations/animation-add-events-in-handler.html |
| @@ -1,3 +1,4 @@ |
| +<!DOCTYPE html> |
| <script> |
| if (window.testRunner) { |
| testRunner.dumpAsText(); |
| @@ -34,7 +35,7 @@ window.onload = function() { |
| .padding { |
| -webkit-animation-name: keyframes; |
| -webkit-animation-iteration-count: infinite; |
| - -webkit-animation-duration: 0.001; |
| + -webkit-animation-duration: 0.001s; |
| } |
| </style> |
| <div id="results"> |