| Index: third_party/WebKit/LayoutTests/web-animations-api/animation-finish-event-cancelled.html
|
| diff --git a/third_party/WebKit/LayoutTests/web-animations-api/player-cancel-events-nofinish.html b/third_party/WebKit/LayoutTests/web-animations-api/animation-finish-event-cancelled.html
|
| similarity index 79%
|
| rename from third_party/WebKit/LayoutTests/web-animations-api/player-cancel-events-nofinish.html
|
| rename to third_party/WebKit/LayoutTests/web-animations-api/animation-finish-event-cancelled.html
|
| index 0941323957bd5060effb7a0e9b87addf04b6bb61..c85dc9c013ed2e3e2bf8083546d207576228d938 100644
|
| --- a/third_party/WebKit/LayoutTests/web-animations-api/player-cancel-events-nofinish.html
|
| +++ b/third_party/WebKit/LayoutTests/web-animations-api/animation-finish-event-cancelled.html
|
| @@ -1,7 +1,10 @@
|
| <!DOCTYPE html>
|
| -<body>
|
| +<meta charset=utf-8>
|
| +<title>Canceling an animation: finish event</title>
|
| +<link rel="help" href="https://w3c.github.io/web-animations/#canceling-an-animation-section">
|
| <script src="../resources/testharness.js"></script>
|
| <script src="../resources/testharnessreport.js"></script>
|
| +<body>
|
| <script>
|
| var anim1 = document.body.animate([], 100000);
|
| var anim2 = document.body.animate([], 100000);
|
|
|