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

Unified Diff: third_party/WebKit/LayoutTests/fast/animation/webkit-cancel-request-animation-frame.html

Issue 2497583002: Remove webkitCancelRequestAnimationFrame (Closed)
Patch Set: Patch for landing try 2 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/animation/webkit-cancel-request-animation-frame-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/animation/webkit-cancel-request-animation-frame.html
diff --git a/third_party/WebKit/LayoutTests/fast/animation/webkit-cancel-request-animation-frame.html b/third_party/WebKit/LayoutTests/fast/animation/webkit-cancel-request-animation-frame.html
deleted file mode 100644
index 0046cfa2ff832693ea6d09389ccc4af68769205b..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/animation/webkit-cancel-request-animation-frame.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<!DOCTYPE html>
-<script src="../../resources/js-test.js"></script>
-<div id="target"></div>
-<script>
-var id = window.webkitRequestAnimationFrame(function() {}, target);
-window.webkitCancelRequestAnimationFrame(id);
-</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/animation/webkit-cancel-request-animation-frame-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698