| Index: third_party/WebKit/LayoutTests/animations/responsive/interpolation/resources/responsive-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/animations/responsive/resources/responsive-test.js b/third_party/WebKit/LayoutTests/animations/responsive/interpolation/resources/responsive-test.js
|
| similarity index 98%
|
| rename from third_party/WebKit/LayoutTests/animations/responsive/resources/responsive-test.js
|
| rename to third_party/WebKit/LayoutTests/animations/responsive/interpolation/resources/responsive-test.js
|
| index 2c47f6312c480da5183413d84e186f4a0a463b34..118268b0766a04034956362700d0cfe3fb92c14b 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/responsive/resources/responsive-test.js
|
| +++ b/third_party/WebKit/LayoutTests/animations/responsive/interpolation/resources/responsive-test.js
|
| @@ -281,8 +281,8 @@ function loadScript(url) {
|
| });
|
| }
|
|
|
| -loadScript('../../resources/testharness.js').then(() => {
|
| - return loadScript('../../resources/testharnessreport.js');
|
| +loadScript('../../../resources/testharness.js').then(() => {
|
| + return loadScript('../../../resources/testharnessreport.js');
|
| }).then(() => {
|
| var asyncHandle = async_test('This test uses responsive-test.js.')
|
| runPendingResponsiveTests().then(() => {
|
|
|