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

Side by Side Diff: LayoutTests/webaudio/decode-audio-data-basic-expected.txt

Issue 1006963003: AudioContext.decodeAudioData returns a Promise (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Compile with oilpan Created 5 years, 8 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE ERROR: line 21: Uncaught (in promise) NotSupportedError: invalid ArrayBu ffer for audioData.
1 Basic tests for decodeAudioData function. 2 Basic tests for decodeAudioData function.
2 3
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 5
5 6
6 PASS decodeAudioData raises exception correctly when arraybuffer parameter is nu ll. 7 PASS decodeAudioData(null) invoked errorCallback correctly: NotSupportedError: i nvalid ArrayBuffer for audioData.
7 PASS The resources/media/24bit-44khz.wav test: successCallback has been called c orrectly. 8 PASS The resources/media/24bit-44khz.wav test: successCallback has been called c orrectly.
8 PASS The resources/media/invalid-audio-file.txt test: errorCallback has been cal led correctly. 9 PASS The resources/media/invalid-audio-file.txt test: errorCallback has been cal led correctly.
9 PASS successfullyParsed is true 10 PASS successfullyParsed is true
10 11
11 TEST COMPLETE 12 TEST COMPLETE
12 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698