From d8bbc7858622b6d9c278469aab701ca0b609cddf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:35:49 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- .../tests/webaudio/the-audio-api/the-audionode-interface/audionode.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/web-platform/tests/webaudio') 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( -- cgit v1.2.3