Pass | Valid parameter descriptors should have successful registration. | Asserts runPass | assert_true(true, "Creating an AudioWorkletNode for valid-range-processor should work.")
at Test.<anonymous> ( /webaudio/the-audio-api/the-audioworklet-interface/audioworklet-audioparam-range.https.html:73:11) | Pass | assert_true(true, "Creating an AudioWorkletNode for no-defaultValue-processor should work.")
at Test.<anonymous> ( /webaudio/the-audio-api/the-audioworklet-interface/audioworklet-audioparam-range.https.html:73:11) | Pass | assert_true(true, "Creating an AudioWorkletNode for only-defaultValue-processor should work.")
at Test.<anonymous> ( /webaudio/the-audio-api/the-audioworklet-interface/audioworklet-audioparam-range.https.html:73:11) | Pass | assert_true(true, "Creating an AudioWorkletNode for identical-values-processor should work.")
at Test.<anonymous> ( /webaudio/the-audio-api/the-audioworklet-interface/audioworklet-audioparam-range.https.html:73:11) |
|
Fail | Invalid parameter descriptors should fail registration. | assert_throws_dom: Worklet creation failed due to registration failure. function "() => {
new AudioWorkletNode(context, 'invalid-default-processor');
}" did not throw at Test.<anonymous> (https://wpt.live/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-audioparam-range.https.html:85:9) Asserts runFail | assert_throws_dom("InvalidStateError", function "() => { new AudioWorkletNode(context, 'invalid-default-processor'); }", "Worklet creation failed due to registration failure.")
at Test.<anonymous> ( /webaudio/the-audio-api/the-audioworklet-interface/audioworklet-audioparam-range.https.html:85:9) |
|