| 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/interfaces/KeyframeEffect/effect-easing.html b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/effect-easing.html
|
| index 9261cd6e6e4f0e9e1af41dd28334751936c42f41..5526eed7e4c7aa259e5f504efc40ce97aa7aa8dd 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/effect-easing.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/effect-easing.html
|
| @@ -3,8 +3,8 @@
|
| <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="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| <script src="../../testcommon.js"></script>
|
| <script src="../../resources/effect-easing-tests.js"></script>
|
| <body>
|
|
|