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

Unified Diff: third_party/WebKit/LayoutTests/animations/direction-and-fill/animation-direction-reverse-fill-mode.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-fill-mode.html
diff --git a/third_party/WebKit/LayoutTests/animations/animation-direction-reverse-fill-mode.html b/third_party/WebKit/LayoutTests/animations/direction-and-fill/animation-direction-reverse-fill-mode.html
similarity index 94%
rename from third_party/WebKit/LayoutTests/animations/animation-direction-reverse-fill-mode.html
rename to third_party/WebKit/LayoutTests/animations/direction-and-fill/animation-direction-reverse-fill-mode.html
index 0315de73dc1a03d2a1f2e4e3311a2b8bcfd7756a..ba1cdfe3d199d53212ff6ccfb4644a23518a7efb 100644
--- a/third_party/WebKit/LayoutTests/animations/animation-direction-reverse-fill-mode.html
+++ b/third_party/WebKit/LayoutTests/animations/direction-and-fill/animation-direction-reverse-fill-mode.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>
.box {
animation-delay: 1s;

Powered by Google App Engine
This is Rietveld 408576698