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

Unified Diff: third_party/WebKit/LayoutTests/animations/translate-neutral-keyframe-easing.html

Issue 2979503002: Move animation timing tests to subdirectory (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/LayoutTests/animations/translate-neutral-keyframe-easing.html
diff --git a/third_party/WebKit/LayoutTests/animations/translate-neutral-keyframe-easing.html b/third_party/WebKit/LayoutTests/animations/translate-neutral-keyframe-easing.html
deleted file mode 100644
index 51a6737c5291f045ce02417aa480dd49447ed705..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/animations/translate-neutral-keyframe-easing.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<!DOCTYPE html>
-<div id="target">TEST</div>
-<script>
-target.animate({translate: '100px'}, {duration: 2e10, delay: -1e10});
-</script>

Powered by Google App Engine
This is Rietveld 408576698