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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/audionode-channel-rules-expected.txt

Issue 1773973002: Complete the implementation of up/down-mixing rules for AudioNode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaning up and removing casting (after l-g-t-m) Created 4 years, 9 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
OLDNEW
1 Channel mixing rules for AudioNodes. 1 Channel mixing rules for AudioNodes.
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 PASS connections: 1, max, speakers 6 PASS connections: 1, max, speakers
6 PASS connections: 2, max, speakers 7 PASS connections: 2, max, speakers
7 PASS connections: 3, max, speakers 8 PASS connections: 3, max, speakers
8 PASS connections: 4, max, speakers 9 PASS connections: 4, max, speakers
9 PASS connections: 5, max, speakers 10 PASS connections: 5, max, speakers
10 PASS connections: 6, max, speakers 11 PASS connections: 6, max, speakers
11 PASS connections: 7, max, speakers 12 PASS connections: 7, max, speakers
12 PASS connections: 8, max, speakers 13 PASS connections: 8, max, speakers
13 PASS connections: 11, max, speakers 14 PASS connections: 11, max, speakers
14 PASS connections: 12, max, speakers 15 PASS connections: 12, max, speakers
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 PASS connections: 18, explicit(8), discrete 170 PASS connections: 18, explicit(8), discrete
170 PASS connections: 111, explicit(8), discrete 171 PASS connections: 111, explicit(8), discrete
171 PASS connections: 122, explicit(8), discrete 172 PASS connections: 122, explicit(8), discrete
172 PASS connections: 123, explicit(8), discrete 173 PASS connections: 123, explicit(8), discrete
173 PASS connections: 124, explicit(8), discrete 174 PASS connections: 124, explicit(8), discrete
174 PASS connections: 128, explicit(8), discrete 175 PASS connections: 128, explicit(8), discrete
175 PASS successfullyParsed is true 176 PASS successfullyParsed is true
176 177
177 TEST COMPLETE 178 TEST COMPLETE
178 179
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698