diff options
Diffstat (limited to 'testing/web-platform/tests/webaudio')
-rw-r--r-- | testing/web-platform/tests/webaudio/the-audio-api/the-audionode-interface/audionode.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/web-platform/tests/webaudio/the-audio-api/the-audionode-interface/audionode.html b/testing/web-platform/tests/webaudio/the-audio-api/the-audionode-interface/audionode.html index 0b57d27e8e..3d14cd5b01 100644 --- a/testing/web-platform/tests/webaudio/the-audio-api/the-audionode-interface/audionode.html +++ b/testing/web-platform/tests/webaudio/the-audio-api/the-audionode-interface/audionode.html @@ -41,7 +41,7 @@ should( context.destination.numberOfOutputs, 'AudioContext.destination.numberOfOutputs') - .beEqualTo(0); + .beEqualTo(1); // Try calling connect() method with illegal values. should( |