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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/constructor/mediastreamaudiodestination.html

Issue 2842213002: MediaStreamAudioDestination channelCountMode is "explicit" (Closed)
Patch Set: Update test Created 3 years, 7 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 | « no previous file | third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/webaudio/constructor/mediastreamaudiodestination.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/constructor/mediastreamaudiodestination.html b/third_party/WebKit/LayoutTests/webaudio/constructor/mediastreamaudiodestination.html
index ddd3f5a3e7c9f70108e1a3e635d8ee5ac72d73c3..a005bdc342b5956502ba40efb5227cf5ce9b5c18 100644
--- a/third_party/WebKit/LayoutTests/webaudio/constructor/mediastreamaudiodestination.html
+++ b/third_party/WebKit/LayoutTests/webaudio/constructor/mediastreamaudiodestination.html
@@ -34,7 +34,7 @@
numberOfInputs: 1,
numberOfOutputs: 1,
channelCount: 2,
- channelCountMode: 'max',
+ channelCountMode: 'explicit',
channelInterpretation: 'speakers'
});
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698