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

Unified Diff: third_party/WebKit/LayoutTests/animations/direction-and-fill/animation-direction-reverse-timing-functions.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-reverse-timing-functions.html
diff --git a/third_party/WebKit/LayoutTests/animations/animation-direction-reverse-timing-functions.html b/third_party/WebKit/LayoutTests/animations/direction-and-fill/animation-direction-reverse-timing-functions.html
similarity index 95%
rename from third_party/WebKit/LayoutTests/animations/animation-direction-reverse-timing-functions.html
rename to third_party/WebKit/LayoutTests/animations/direction-and-fill/animation-direction-reverse-timing-functions.html
index a6808bc5e66d92df05d86fbf6fcabcec208c3b71..18114a094c1b2661e0518692b735ac47f3b5ceae 100644
--- a/third_party/WebKit/LayoutTests/animations/animation-direction-reverse-timing-functions.html
+++ b/third_party/WebKit/LayoutTests/animations/direction-and-fill/animation-direction-reverse-timing-functions.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<title>Test of animation-direction timing functions</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>
.box {
animation-duration: 2s;

Powered by Google App Engine
This is Rietveld 408576698