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

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

Issue 1097873003: Revert of AudioContext.decodeAudioData returns a Promise (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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.
2 Basic tests for decodeAudioData function. 1 Basic tests for decodeAudioData function.
3 2
4 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 ".
5 4
6 5
7 PASS decodeAudioData(null) invoked errorCallback correctly: NotSupportedError: i nvalid ArrayBuffer for audioData. 6 PASS decodeAudioData raises exception correctly when arraybuffer parameter is nu ll.
8 PASS The resources/media/24bit-44khz.wav test: successCallback has been called c orrectly. 7 PASS The resources/media/24bit-44khz.wav test: successCallback has been called c orrectly.
9 PASS The resources/media/invalid-audio-file.txt test: errorCallback has been cal led correctly. 8 PASS The resources/media/invalid-audio-file.txt test: errorCallback has been cal led correctly.
10 PASS successfullyParsed is true 9 PASS successfullyParsed is true
11 10
12 TEST COMPLETE 11 TEST COMPLETE
13 12
OLDNEW
« no previous file with comments | « LayoutTests/webaudio/decode-audio-data-basic.html ('k') | LayoutTests/webaudio/decode-audio-data-promise.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698