| Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/effect-easing.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/keyframe-effect/effect-easing.html b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/effect-easing.html
|
| similarity index 99%
|
| rename from third_party/WebKit/LayoutTests/imported/wpt/web-animations/keyframe-effect/effect-easing.html
|
| rename to third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/effect-easing.html
|
| index a788f65d948f308349994b0daf22241fbca52e28..9261cd6e6e4f0e9e1af41dd28334751936c42f41 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/keyframe-effect/effect-easing.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/effect-easing.html
|
| @@ -3,10 +3,10 @@
|
| <title>Effect-level easing tests</title>
|
| <link rel="help" href="http://w3c.github.io/web-animations/#calculating-the-transformed-time">
|
| <link rel="author" title="Hiroyuki Ikezoe" href="mailto:hiikezoe@mozilla-japan.org">
|
| -<script src="../../../../resources/testharness.js"></script>
|
| -<script src="../../../../resources/testharnessreport.js"></script>
|
| -<script src="../testcommon.js"></script>
|
| -<script src="../resources/effect-easing-tests.js"></script>
|
| +<script src="../../../../../resources/testharness.js"></script>
|
| +<script src="../../../../../resources/testharnessreport.js"></script>
|
| +<script src="../../testcommon.js"></script>
|
| +<script src="../../resources/effect-easing-tests.js"></script>
|
| <body>
|
| <div id="log"></div>
|
| <div id="target"></div>
|
|
|