| Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/animation-model/keyframe-effects/the-effect-value-of-a-keyframe-effect.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/keyframe-effect/keyframe-handling.html b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/animation-model/keyframe-effects/the-effect-value-of-a-keyframe-effect.html
|
| similarity index 95%
|
| rename from third_party/WebKit/LayoutTests/imported/wpt/web-animations/keyframe-effect/keyframe-handling.html
|
| rename to third_party/WebKit/LayoutTests/imported/wpt/web-animations/animation-model/keyframe-effects/the-effect-value-of-a-keyframe-effect.html
|
| index 2267503d8c3adeb789cfe77070f68c19ab6f1dcf..c1db4c7c77bfa2ff957c080fc20a32c6cd247d82 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/keyframe-effect/keyframe-handling.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/animation-model/keyframe-effects/the-effect-value-of-a-keyframe-effect.html
|
| @@ -2,10 +2,9 @@
|
| <meta charset=utf-8>
|
| <title>Keyframe handling tests</title>
|
| <link rel="help" href="https://w3c.github.io/web-animations/#the-effect-value-of-a-keyframe-animation-effect">
|
| -<link rel="author" title="Brian Birtles" href="mailto:bbirtles@mozilla.com">
|
| -<script src="../../../../resources/testharness.js"></script>
|
| -<script src="../../../../resources/testharnessreport.js"></script>
|
| -<script src="../testcommon.js"></script>
|
| +<script src="../../../../../resources/testharness.js"></script>
|
| +<script src="../../../../../resources/testharnessreport.js"></script>
|
| +<script src="../../testcommon.js"></script>
|
| <body>
|
| <div id="log"></div>
|
| <div id="target"></div>
|
|
|