| Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/easing.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/animation-effect-timing/easing.html b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/easing.html
|
| similarity index 92%
|
| rename from third_party/WebKit/LayoutTests/imported/wpt/web-animations/animation-effect-timing/easing.html
|
| rename to third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/easing.html
|
| index 51c21dde4a12aad0995f07eb2dda933a7d33ea58..06c3b9fe565bf796733e475c581aa5a2043e05fd 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/animation-effect-timing/easing.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/easing.html
|
| @@ -2,10 +2,10 @@
|
| <meta charset=utf-8>
|
| <title>easing tests</title>
|
| <link rel="help" href="https://w3c.github.io/web-animations/#dom-animationeffecttiming-easing">
|
| -<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>
|
| <script>
|
|
|