Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js

Issue 2581463002: Refactor WebAudio test directory (Closed)
Patch Set: Use correct path for wav result files Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js
diff --git a/third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js b/third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js
index 8f6cf82c39166a38472c0b141c0612542a3ebba4..49b376b6889bfd1543568c3c26284d954a3ad119 100644
--- a/third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js
+++ b/third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js
@@ -112,7 +112,7 @@ function calculateSNR(sPower, nPower)
function loadReferenceAndRunTest(oscType) {
var bufferLoader = new BufferLoader(
context,
- [ "oscillator-" + oscType + "-expected.wav" ],
+ [ "../Oscillator/oscillator-" + oscType + "-expected.wav" ],
function (bufferList) {
reference = bufferList[0].getChannelData(0);
generateExponentialOscillatorSweep(context, oscType);

Powered by Google App Engine
This is Rietveld 408576698