| 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;
|
|
|