| Index: third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-promise.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/offlineaudiocontext-promise.html b/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-promise.html
|
| similarity index 89%
|
| rename from third_party/WebKit/LayoutTests/webaudio/offlineaudiocontext-promise.html
|
| rename to third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-promise.html
|
| index 7782da8942c5c8cdb7dc20d7d7831e6dc22be4f7..cfc5aea89de72a3eeefcee3457fd97351d992985 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/offlineaudiocontext-promise.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-promise.html
|
| @@ -1,10 +1,10 @@
|
| <!doctype html>
|
| <html>
|
| <head>
|
| - <script src="../resources/js-test.js"></script>
|
| - <script src="resources/compatibility.js"></script>
|
| - <script src="resources/audit-util.js"></script>
|
| - <script src="resources/audio-testing.js"></script>
|
| + <script src="../../resources/js-test.js"></script>
|
| + <script src="../resources/compatibility.js"></script>
|
| + <script src="../resources/audit-util.js"></script>
|
| + <script src="../resources/audio-testing.js"></script>
|
| <title>OfflineAudioContext.startRendering Promise with oncomplete</title>
|
| </head>
|
|
|
|
|