Index: third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-downmix.html |
diff --git a/third_party/WebKit/LayoutTests/webaudio/realtimeanalyser-downmix.html b/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-downmix.html |
similarity index 92% |
rename from third_party/WebKit/LayoutTests/webaudio/realtimeanalyser-downmix.html |
rename to third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-downmix.html |
index 5981cb069881285fdcaa7deebd001cc9e1759218..2df48d44f7ed2d11882fbf8de71bf9543c157b2f 100644 |
--- a/third_party/WebKit/LayoutTests/webaudio/realtimeanalyser-downmix.html |
+++ b/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-downmix.html |
@@ -1,12 +1,12 @@ |
<!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/fft.js"></script> |
- <script src="resources/realtimeanalyser-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/fft.js"></script> |
+ <script src="../resources/realtimeanalyser-testing.js"></script> |
<title>Test AnalyserNode Downmixing</title> |
</head> |