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

Unified Diff: LayoutTests/webaudio/pannernode-basic.html

Issue 176873003: Remove type of panningModelType "soundfield". (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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 | Source/bindings/v8/custom/V8PannerNodeCustom.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webaudio/pannernode-basic.html
diff --git a/LayoutTests/webaudio/pannernode-basic.html b/LayoutTests/webaudio/pannernode-basic.html
index 6e46586208f1113281997093f2b074b493c10a40..551235cbf9ac5f47a72047511a883c545f0d181b 100644
--- a/LayoutTests/webaudio/pannernode-basic.html
+++ b/LayoutTests/webaudio/pannernode-basic.html
@@ -114,8 +114,6 @@ function runTest() {
// Check that the .panningModel attribute can be set to all legal values.
var panningModels = [{value: "equalpower", integerValue: panner.EQUALPOWER},
{value: "HRTF", integerValue: panner.HRTF},
- // FIXME: enable "soundfield" once feature is implemented: https://bugs.webkit.org/show_bug.cgi?id=77367
- // {value: "soundfield", integerValue: panner.SOUNDFIELD}
];
for (var i = 0; i < panningModels.length; ++i) {
« no previous file with comments | « no previous file | Source/bindings/v8/custom/V8PannerNodeCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698