| Index: third_party/WebKit/LayoutTests/webaudio/StereoPanner/stereopannernode-panning.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/stereopannernode-panning.html b/third_party/WebKit/LayoutTests/webaudio/StereoPanner/stereopannernode-panning.html
|
| similarity index 72%
|
| rename from third_party/WebKit/LayoutTests/webaudio/stereopannernode-panning.html
|
| rename to third_party/WebKit/LayoutTests/webaudio/StereoPanner/stereopannernode-panning.html
|
| index 92bbe87a6cc73a512c7e6c80a36c9906cd6c8b24..b833d01f338e4697aabc1081396908a9f1d78291 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/stereopannernode-panning.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/StereoPanner/stereopannernode-panning.html
|
| @@ -2,11 +2,11 @@
|
| <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/stereopanner-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>
|
| + <script src="../resources/stereopanner-testing.js"></script>
|
| </head>
|
|
|
| <body>
|
|
|