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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/audiobuffer-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 Basic tests for AudioBuffer.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS sampleRate has been set correctly.
7 PASS length has been set correctly.
8 PASS duration has been set correctly.
9 PASS numberOfChannels has been set correctly.
10 PASS getChannelData(0) returns a Float32Array object.
11 PASS getChannelData(1) returns a Float32Array object.
12 PASS getChannelData(2) returns a Float32Array object.
13 PASS getChannelData(3) returns a Float32Array object.
14 PASS Exception has been thrown correctly when index is not less than numberOfCha nnels.
15 PASS duration has expected accuracy.
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698