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

Side by Side 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: Adjust AudioBuffersourceNode.buffer. 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests that AudioBufferSourceNode validates AudioBuffer in .buffer attribute sett er. 1 Tests that AudioBufferSourceNode validates AudioBuffer in .buffer attribute sett er.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 PASS source.buffer = 57 threw exception TypeError: Failed to set the 'buffer' pr operty on 'AudioBufferSourceNode': The provided value is not of type 'AudioBuffe r'.. 5 PASS source.buffer = 57 threw exception TypeError: Failed to set the 'buffer' pr operty on 'AudioBufferSourceNode': The provided value is not of type 'AudioBuffe r'..
6 PASS source.buffer = null threw exception TypeError: Failed to set the 'buffer' property on 'AudioBufferSourceNode': buffer cannot be null. 6 PASS source.buffer = null threw exception TypeError: Failed to set the 'buffer' property on 'AudioBufferSourceNode': The provided value is not of type 'AudioBuf fer'..
7 PASS Mono buffer can be set. 7 PASS Mono buffer can be set.
8 PASS Stereo buffer can be set. 8 PASS Stereo buffer can be set.
9 PASS 3 channels buffer can be set. 9 PASS 3 channels buffer can be set.
10 PASS 4 channels buffer can be set. 10 PASS 4 channels buffer can be set.
11 PASS 5 channels buffer can be set. 11 PASS 5 channels buffer can be set.
12 PASS 6 channels buffer can be set. 12 PASS 6 channels buffer can be set.
13 PASS 7 channels buffer can be set. 13 PASS 7 channels buffer can be set.
14 PASS 8 channels buffer can be set. 14 PASS 8 channels buffer can be set.
15 PASS 9 channels buffer can be set. 15 PASS 9 channels buffer can be set.
16 PASS successfullyParsed is true 16 PASS successfullyParsed is true
17 17
18 TEST COMPLETE 18 TEST COMPLETE
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698