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

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

Issue 2655783004: Decode entire in-memory file for WebAudio (Closed)
Patch Set: Use int, not size_t. Created 3 years, 10 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/decodeAudioData/decode-audio-data-basic-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/decodeAudioData/decode-audio-data-basic-expected.txt b/third_party/WebKit/LayoutTests/webaudio/decodeAudioData/decode-audio-data-basic-expected.txt
index 56fc3130f65c289911210fe67f0d115bf7a7c4ca..ea5fa95d334b9bbd4436e2f24df736ae848b760b 100644
--- a/third_party/WebKit/LayoutTests/webaudio/decodeAudioData/decode-audio-data-basic-expected.txt
+++ b/third_party/WebKit/LayoutTests/webaudio/decodeAudioData/decode-audio-data-basic-expected.txt
@@ -6,7 +6,6 @@ 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 '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 Decode invalid file with promise: Correctly failed to decode ../../media/resources/test-live.webm: EncodingError: Unable to decode audio data
PASS Decoding valid file with promise and callback: successCallback invoked correctly
PASS Decoding valid file with promise and callback: Promise correctly fulfilled
PASS Decoding valid file with promise and callback: Promise and successCallback returned the same buffer

Powered by Google App Engine
This is Rietveld 408576698