| Index: third_party/WebKit/LayoutTests/webaudio/decode-audio-data-basic-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/decode-audio-data-basic-expected.txt b/third_party/WebKit/LayoutTests/webaudio/decode-audio-data-basic-expected.txt
|
| index 2439704055afa51fd8a150a22df7777dd08fe231..290be33ef9df485c004c884b8c357330e5bf8041 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/decode-audio-data-basic-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/decode-audio-data-basic-expected.txt
|
| @@ -3,7 +3,7 @@ Basic tests for decodeAudioData promise.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS decodeAudioData(null) rejected correctly (with TypeError: Failed to execute 'decodeAudioData' on 'AudioContext': parameter 1 is not of type 'ArrayBuffer'.).
|
| +PASS decodeAudioData(null) rejected correctly (with TypeError: Failed to execute 'decodeAudioData' on 'BaseAudioContext': parameter 1 is not of type 'ArrayBuffer'.).
|
| PASS Decode valid file with promise: Correctly succeeded in decoding resources/media/24bit-44khz.wav
|
| PASS Decode invalid file with promise: Correctly failed to decode resources/media/invalid-audio-file.txt: EncodingError: Unable to decode audio data
|
| PASS Decoding valid file with promise and callback: successCallback invoked correctly
|
|
|