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

Unified Diff: third_party/WebKit/LayoutTests/animations/animation-duration-infinite-expected.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/animation-duration-infinite-expected.html
diff --git a/third_party/WebKit/LayoutTests/animations/animation-duration-infinite-expected.html b/third_party/WebKit/LayoutTests/animations/animation-duration-infinite-expected.html
deleted file mode 100644
index d4c112a7f582b0c3e6630c6b0255b6dc8c1645e9..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/animations/animation-duration-infinite-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html>
-<div id='target'></div>
-<style type="text/css">
- #target {
- background-color: black;
- width: 100px;
- height: 100px;
- opacity: 0.75;
- }
-</style>

Powered by Google App Engine
This is Rietveld 408576698