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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/audiochannelsplitter-expected.txt

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 unified diff | Download patch
OLDNEW
(Empty)
1 Tests AudioChannelSplitter.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5 PASS Exception been thrown for numberOfOutputs <= 0.
6 PASS Exception been thrown for numberOfOutputs >= 32.
7 PASS AudioChannelSplitter created successfully with numberOfOutputs = 32.
8 PASS AudioChannelSplitter has 32 outputs when it is created with numberOfOutputs = 32.
9 PASS AudioChannelSplitter has one input.
10 PASS AudioChannelSplitter created successfully with empty parameter.
11 PASS AudioChannelSplitter has 6 outputs when it is created with empty parameter.
12 PASS ChannelSplitterNode Object is available.
13 PASS Correctly exchanged left and right channels.
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698