| Index: third_party/WebKit/LayoutTests/webaudio/Panner/distance-exponential.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/distance-exponential.html b/third_party/WebKit/LayoutTests/webaudio/Panner/distance-exponential.html
|
| similarity index 71%
|
| rename from third_party/WebKit/LayoutTests/webaudio/distance-exponential.html
|
| rename to third_party/WebKit/LayoutTests/webaudio/Panner/distance-exponential.html
|
| index 0caa8245cef66b81ad75f4bd77602f090afc6288..38b5aa465cdadf4d320403fe97a86fcc2752e153 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/distance-exponential.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/Panner/distance-exponential.html
|
| @@ -1,11 +1,11 @@
|
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
| <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/distance-model-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/distance-model-testing.js"></script>
|
| </head>
|
|
|
| <body>
|
|
|