| Index: third_party/WebKit/LayoutTests/webaudio/AudioNode/cycle-connection-gc.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/cycle-connection-gc.html b/third_party/WebKit/LayoutTests/webaudio/AudioNode/cycle-connection-gc.html
|
| similarity index 93%
|
| rename from third_party/WebKit/LayoutTests/webaudio/cycle-connection-gc.html
|
| rename to third_party/WebKit/LayoutTests/webaudio/AudioNode/cycle-connection-gc.html
|
| index e113145693d10e5dcebaec3d7a0f6b1fde19e55f..027305026b21916003f911f5da94d124b4b1b08b 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/cycle-connection-gc.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/AudioNode/cycle-connection-gc.html
|
| @@ -1,5 +1,5 @@
|
| <!DOCTYPE html>
|
| -<script src="../resources/js-test.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| <script>
|
| description('Cycles of AudioNode connections should be collected.');
|
| var context = new OfflineAudioContext(2, 44100, 44100);
|
|
|