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

Unified Diff: third_party/WebKit/LayoutTests/animations/direction-and-fill/animation-direction-alternate-reverse.html

Issue 2975723002: Move direction and fill 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/direction-and-fill/animation-direction-alternate-reverse.html
diff --git a/third_party/WebKit/LayoutTests/animations/animation-direction-alternate-reverse.html b/third_party/WebKit/LayoutTests/animations/direction-and-fill/animation-direction-alternate-reverse.html
similarity index 92%
rename from third_party/WebKit/LayoutTests/animations/animation-direction-alternate-reverse.html
rename to third_party/WebKit/LayoutTests/animations/direction-and-fill/animation-direction-alternate-reverse.html
index 7bb7f90cb32ac685c4666b763b2cdeab979e7093..d6e9a3ca8662d18acf93ad93e63940a7a23261a8 100644
--- a/third_party/WebKit/LayoutTests/animations/animation-direction-alternate-reverse.html
+++ b/third_party/WebKit/LayoutTests/animations/direction-and-fill/animation-direction-alternate-reverse.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<title>Test of animation-direction</title>
-<script src="../resources/testharness.js"></script>
-<script src="../resources/testharnessreport.js"></script>
+<script src="../../resources/testharness.js"></script>
+<script src="../../resources/testharnessreport.js"></script>
<style>
#target {
animation-direction: alternate-reverse;

Powered by Google App Engine
This is Rietveld 408576698