Harness status: OK

Found 15 tests

15 Pass
Pass	# AUDIT TASK RUNNER STARTED.
Pass	Executing "test"
Pass	Audit report
Pass	> [test] Attributes and basic functionality of StereoPannerNode
Pass	  panner.numberOfInputs is equal to 1.
Pass	  panner.numberOfOutputs is equal to 1.
Pass	  panner.pan.defaultValue is equal to 0.
Pass	  panner.pan.value = 1.0 did not throw an exception.
Pass	  panner.pan.value is equal to 1.
Pass	  panner.channelCount = 1 did not throw an exception.
Pass	  panner.channelCount = 3 threw NotSupportedError: "StereoPannerNode does not support channel count greater than 2".
Pass	  panner.channelCountMode = "explicit" did not throw an exception.
Pass	  panner.channelCountMode = "max" threw NotSupportedError: "StereoPannerNode does not support 'max' as channelCountMode.".
Pass	< [test] All assertions passed. (total 9 assertions)
Pass	# AUDIT TASK RUNNER FINISHED: 1 tasks ran successfully.