Index: third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-ended.html |
diff --git a/third_party/WebKit/LayoutTests/webaudio/oscillator-ended.html b/third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-ended.html |
similarity index 77% |
rename from third_party/WebKit/LayoutTests/webaudio/oscillator-ended.html |
rename to third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-ended.html |
index 1463580fb74594fb25f72c5da265f8b0bc56533c..5d6c17b00aca25cb0197e376c7e857a572fb31c4 100644 |
--- a/third_party/WebKit/LayoutTests/webaudio/oscillator-ended.html |
+++ b/third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-ended.html |
@@ -1,10 +1,10 @@ |
<!DOCTYPE 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/audiobuffersource-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/audiobuffersource-testing.js"></script> |
<script> |
var context; |
var source; |