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

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

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 7 years 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 7ea0b1b5bce466a98e7ad95b21951576e17292cf..bade3cecae351a8fc3a1d6f1bf942d1dede9a26b 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: buffer cannot be null.
+PASS source.buffer = null threw exception TypeError: Failed to set the 'buffer' property on 'AudioBufferSourceNode': 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') | LayoutTests/webaudio/delaynode-maxdelaylimit-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698