This is a testharness.js-based test. Found 4 FAIL, 0 TIMEOUT, 0 NOTRUN. [FAIL] Test that AudioEncoder.isConfigSupported() rejects invalid config: Bit rate present but equal to zero assert_unreached: Should have rejected: undefined Reached unreachable code [FAIL] Test that AudioEncoder.isConfigSupported() rejects invalid config: Bitrate is too low for Opus assert_unreached: Should have rejected: undefined Reached unreachable code [FAIL] Test that AudioEncoder.configure() rejects invalid config: Bit rate present but equal to zero assert_throws_js: function "() => {\n codec.configure(entry.config);\n }" did not throw [FAIL] Test that AudioEncoder.configure() rejects invalid config: Bitrate is too low for Opus assert_throws_js: function "() => {\n codec.configure(entry.config);\n }" did not throw Harness: the test ran to completion.