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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/audiochannelmerger-basic-expected.txt

Issue 1855573002: Include quotes when printing out strings from beEqualTo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use specified quotes Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/iirfilter-basic-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Basic tests for ChannelMerger. 1 Basic tests for ChannelMerger.
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 5
6 PASS context.createChannelMerger() did not throw an exception. 6 PASS context.createChannelMerger() did not throw an exception.
7 PASS context.createChannelMerger(0) threw IndexSizeError: Failed to execute 'cre ateChannelMerger' on 'AudioContext': The number of inputs provided (0) is outsid e the range [1, 32].. 7 PASS context.createChannelMerger(0) threw IndexSizeError: Failed to execute 'cre ateChannelMerger' on 'AudioContext': The number of inputs provided (0) is outsid e the range [1, 32]..
8 PASS context.createChannelMerger(32) did not throw an exception. 8 PASS context.createChannelMerger(32) did not throw an exception.
9 PASS context.createChannelMerger(33) threw IndexSizeError: Failed to execute 'cr eateChannelMerger' on 'AudioContext': The number of inputs provided (33) is outs ide the range [1, 32].. 9 PASS context.createChannelMerger(33) threw IndexSizeError: Failed to execute 'cr eateChannelMerger' on 'AudioContext': The number of inputs provided (33) is outs ide the range [1, 32]..
10 PASS merger.channelCount is equal to 1. 10 PASS merger.channelCount is equal to 1.
11 PASS merger.channelCount = 3 threw InvalidStateError: Failed to set the 'channel Count' property on 'AudioNode': ChannelMerger: channelCount cannot be changed fr om 1. 11 PASS merger.channelCount = 3 threw InvalidStateError: Failed to set the 'channel Count' property on 'AudioNode': ChannelMerger: channelCount cannot be changed fr om 1.
12 PASS merger.channelCountMode is equal to explicit. 12 PASS merger.channelCountMode is equal to "explicit".
13 PASS merger.channelCountMode = "max" threw InvalidStateError: Failed to set the 'channelCountMode' property on 'AudioNode': ChannelMerger: channelCountMode cann ot be changed from 'explicit'. 13 PASS merger.channelCountMode = "max" threw InvalidStateError: Failed to set the 'channelCountMode' property on 'AudioNode': ChannelMerger: channelCountMode cann ot be changed from 'explicit'.
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/iirfilter-basic-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698