| Index: third_party/WebKit/LayoutTests/animations/get-css-players.html
|
| diff --git a/third_party/WebKit/LayoutTests/web-animations-api/w3c/get-css-players.html b/third_party/WebKit/LayoutTests/animations/get-css-players.html
|
| similarity index 89%
|
| rename from third_party/WebKit/LayoutTests/web-animations-api/w3c/get-css-players.html
|
| rename to third_party/WebKit/LayoutTests/animations/get-css-players.html
|
| index 9340fc5c3cae44d169c3f7301a0f9abddb6f27d2..9127df5c014d53c841ed0e0a472c73938806ebe5 100644
|
| --- a/third_party/WebKit/LayoutTests/web-animations-api/w3c/get-css-players.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/get-css-players.html
|
| @@ -1,6 +1,6 @@
|
| <!DOCTYPE html>
|
| -<script src="../../resources/testharness.js"></script>
|
| -<script src="../../resources/testharnessreport.js"></script><style>
|
| +<script src="../resources/testharness.js"></script>
|
| +<script src="../resources/testharnessreport.js"></script><style>
|
| @keyframes test {
|
| from { opacity: 0; }
|
| to { opacity: 1; }
|
|
|