Index: third_party/WebKit/LayoutTests/animations/responsive/responsive-neutral-keyframes.html |
diff --git a/third_party/WebKit/LayoutTests/animations/responsive-neutral-keyframes.html b/third_party/WebKit/LayoutTests/animations/responsive/responsive-neutral-keyframes.html |
similarity index 96% |
rename from third_party/WebKit/LayoutTests/animations/responsive-neutral-keyframes.html |
rename to third_party/WebKit/LayoutTests/animations/responsive/responsive-neutral-keyframes.html |
index 61d99115815c1f7c13e90429e6085562bcc2e965..14dda0e7a42ff8e5076fab69f91c4375a6809eaa 100644 |
--- a/third_party/WebKit/LayoutTests/animations/responsive-neutral-keyframes.html |
+++ b/third_party/WebKit/LayoutTests/animations/responsive/responsive-neutral-keyframes.html |
@@ -1,6 +1,6 @@ |
<!DOCTYPE html> |
-<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> |
@keyframes anim-missing-from { to { width: 200px; height: 200px; } } |
@keyframes anim-missing-to { from { left: 100px; } } |