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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/StereoPanner/stereopannernode-basic-expected.txt

Issue 2581463002: Refactor WebAudio test directory (Closed)
Patch Set: Use correct path for wav result files Created 3 years, 12 months 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 unified diff | Download patch
OLDNEW
1 Test attribute and basic functionality of StereoPannerNode. 1 Test attribute and basic functionality of StereoPannerNode.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 PASS panner.numberOfInputs === 1 is true 5 PASS panner.numberOfInputs === 1 is true
6 PASS panner.numberOfOutputs === 1 is true 6 PASS panner.numberOfOutputs === 1 is true
7 PASS panner.pan.defaultValue === 0.0 is true 7 PASS panner.pan.defaultValue === 0.0 is true
8 PASS panner.pan.value === 0.0 is true 8 PASS panner.pan.value === 0.0 is true
9 PASS panner.pan.value === 1.0 is true 9 PASS panner.pan.value === 1.0 is true
10 PASS panner.channelCount = 1 did not throw exception. 10 PASS panner.channelCount = 1 did not throw exception.
11 PASS panner.channelCount = 3 threw exception NotSupportedError: Failed to set th e 'channelCount' property on 'AudioNode': The channelCount provided (3) is outsi de the range [1, 2].. 11 PASS panner.channelCount = 3 threw exception NotSupportedError: Failed to set th e 'channelCount' property on 'AudioNode': The channelCount provided (3) is outsi de the range [1, 2]..
12 PASS panner.channelCountMode = "explicit" did not throw exception. 12 PASS panner.channelCountMode = "explicit" did not throw exception.
13 PASS panner.channelCountMode = "max" threw exception NotSupportedError: Failed t o set the 'channelCountMode' property on 'AudioNode': StereoPanner: 'max' is not allowed. 13 PASS panner.channelCountMode = "max" threw exception NotSupportedError: Failed t o set the 'channelCountMode' property on 'AudioNode': StereoPanner: 'max' is not allowed.
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698