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

Unified Diff: LayoutTests/webaudio/audiobuffersource-channels-expected.txt

Issue 190953005: Support nullable buffer for AudioBufferSourceNode. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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: LayoutTests/webaudio/audiobuffersource-channels-expected.txt
diff --git a/LayoutTests/webaudio/audiobuffersource-channels-expected.txt b/LayoutTests/webaudio/audiobuffersource-channels-expected.txt
index bade3cecae351a8fc3a1d6f1bf942d1dede9a26b..7fe098bc81d962e80f98674eb33c85ac9d249ebd 100644
--- a/LayoutTests/webaudio/audiobuffersource-channels-expected.txt
+++ b/LayoutTests/webaudio/audiobuffersource-channels-expected.txt
@@ -3,7 +3,7 @@ Tests that AudioBufferSourceNode validates AudioBuffer in .buffer attribute sett
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS source.buffer = 57 threw exception TypeError: Failed to set the 'buffer' property on 'AudioBufferSourceNode': The provided value is not of type 'AudioBuffer'..
-PASS source.buffer = null threw exception TypeError: Failed to set the 'buffer' property on 'AudioBufferSourceNode': buffer cannot be null.
+PASS Nullable buffer can be set.
PASS Mono buffer can be set.
PASS Stereo buffer can be set.
PASS 3 channels buffer can be set.
« no previous file with comments | « LayoutTests/webaudio/audiobuffersource-channels.html ('k') | Source/modules/webaudio/AudioBufferSourceNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698