Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassTest if |onprocessorerror| is called for an exception thrown from the processor constructor.
Asserts run
Pass
assert_true(true, "onprocessorerror argument should be an ErrorEvent when the constructor of AudioWorkletProcessor has an error.")
    at Test.<anonymous> ( /webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-onerror.https.html:23:3)
PassTest if |onprocessorerror| is called for a transfered object that cannot be deserialized on the AudioWorkletGlobalScope.
Asserts run
Pass
assert_true(true, "onprocessorerror argument should be an ErrorEvent when the constructor of AudioWorkletProcessor has an error.")
    at Test.<anonymous> ( /webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-onerror.https.html:40:3)
PassTest if |onprocessorerror| is called upon failure of process() method.
Asserts run
Pass
assert_true(true, "onprocessorerror argument should be an ErrorEvent when the process method of the AudioWorkletProcessor has an error.")
    at Test.<anonymous> ( /webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-onerror.https.html:54:3)