| Index: third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-eventhandler.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-eventhandler.html b/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-eventhandler.html
|
| similarity index 91%
|
| rename from third_party/WebKit/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-eventhandler.html
|
| rename to third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-eventhandler.html
|
| index 3621189b0159dec9467b77f6c437734a49c1c4cb..0ef81eba33d08f80863f19e3149539cc0fab6bd3 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-eventhandler.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-eventhandler.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>
|
| </head>
|
|
|
| <body>
|
|
|