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

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

Issue 26883005: Get rid of custom bindings for AudioBufferSourceNode.buffer setter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Improve exception message Created 7 years, 2 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
« no previous file with comments | « LayoutTests/webaudio/audiobuffersource-channels.html ('k') | Source/bindings/bindings.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webaudio/audiobuffersource-channels-expected.txt
diff --git a/LayoutTests/webaudio/audiobuffersource-channels-expected.txt b/LayoutTests/webaudio/audiobuffersource-channels-expected.txt
index 3f93bbb4a099318977cb1c7e9dc28eb0bc8d22af..b047affeaecd3bc02ce1197a062032896f8968cb 100644
--- a/LayoutTests/webaudio/audiobuffersource-channels-expected.txt
+++ b/LayoutTests/webaudio/audiobuffersource-channels-expected.txt
@@ -2,7 +2,8 @@ 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: Value is not of type AudioBuffer.
+PASS source.buffer = 57 threw exception TypeError: Type error.
+PASS source.buffer = null threw exception TypeError: buffer cannot be null.
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/bindings/bindings.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698