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

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

Issue 2595073002: Convert audiobuffer.html to testharness (Closed)
Patch Set: Remove unneeded expected results Created 3 years, 11 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
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/AudioBuffer/audiobuffer.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/AudioBuffer/audiobuffer.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698