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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/decode-audio-data-basic-expected.txt

Issue 1865583002: Implement BaseAudioContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698