Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassValid parameter descriptors should have successful registration.
Asserts run
Pass
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)
FailInvalid 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 run
Fail
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)