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

Unified Diff: third_party/WebKit/LayoutTests/web-animations-api/animation-finish-event-cancelled.html

Issue 2141823002: Prepare animation-finish-event-cancelled for upstreaming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/web-animations-api/player-cancel-events-nofinish.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/web-animations-api/player-cancel-events-nofinish.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698