Harness status: OK

Found 24 tests

24 Pass
Pass	# AUDIT TASK RUNNER STARTED.
Pass	Executing "initialize"
Pass	Executing "invalid constructor"
Pass	Executing "default constructor"
Pass	Audit report
Pass	> [initialize] 
Pass	  context = new OfflineAudioContext(...) did not throw an exception.
Pass	< [initialize] All assertions passed. (total 1 assertions)
Pass	> [invalid constructor] 
Pass	  new ConstantSourceNode() threw TypeError: "ConstantSourceNode() needs one argument".
Pass	  new ConstantSourceNode(1) threw TypeError: "Not an object of type BaseAudioContext".
Pass	  new ConstantSourceNode(context, 42) threw TypeError: "Not an object of type ConstantSourceOptions".
Pass	< [invalid constructor] All assertions passed. (total 3 assertions)
Pass	> [default constructor] 
Pass	  node0 = new ConstantSourceNode(context) did not throw an exception.
Pass	  node0 instanceof ConstantSourceNode is equal to true.
Pass	  node0.numberOfInputs is equal to 0.
Pass	  node0.numberOfOutputs is equal to 1.
Pass	  node0.channelCount is equal to 2.
Pass	  node0.channelCountMode is equal to max.
Pass	  node0.channelInterpretation is equal to speakers.
Pass	  node0.offset.value is equal to 1.
Pass	< [default constructor] All assertions passed. (total 8 assertions)
Pass	# AUDIT TASK RUNNER FINISHED: 3 tasks ran successfully.