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

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

Issue 226073003: Fix StrictTypeChecking on interface type attributes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Mark HTMLMediaElement.error nullable. Created 6 years, 8 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/scripts/v8_attributes.py » ('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 bade3cecae351a8fc3a1d6f1bf942d1dede9a26b..2263542c662830886c7cd2ac8caa460816a0309d 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 source.buffer = null threw exception TypeError: Failed to set the 'buffer' property on 'AudioBufferSourceNode': The provided value is not of type 'AudioBuffer'..
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/scripts/v8_attributes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698