diff options
Diffstat (limited to 'tests/wpt/meta/webaudio/idlharness.https.window.js.ini')
-rw-r--r-- | tests/wpt/meta/webaudio/idlharness.https.window.js.ini | 903 |
1 files changed, 534 insertions, 369 deletions
diff --git a/tests/wpt/meta/webaudio/idlharness.https.window.js.ini b/tests/wpt/meta/webaudio/idlharness.https.window.js.ini index 9fe103c01f2..b5e9c75e20a 100644 --- a/tests/wpt/meta/webaudio/idlharness.https.window.js.ini +++ b/tests/wpt/meta/webaudio/idlharness.https.window.js.ini @@ -1,1140 +1,1305 @@ [idlharness.https.window.html] - [idl_test setup] + [AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError] expected: FAIL - [BaseAudioContext interface: attribute audioWorklet] + [ConvolverNode interface: existence and properties of interface prototype object's @@unscopables property] expected: FAIL - [BaseAudioContext interface: operation createConvolver()] + [AudioProcessingEvent interface: existence and properties of interface prototype object] expected: FAIL - [BaseAudioContext interface: operation createDelay(optional double)] + [AudioNode interface: calling disconnect(AudioParam, unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError] expected: FAIL - [BaseAudioContext interface: operation createDynamicsCompressor()] + [AudioNode interface: new DelayNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type] expected: FAIL - [BaseAudioContext interface: operation createIIRFilter(sequence<double>, sequence<double>)] + [AudioNode interface: calling disconnect(AudioNode) on new ConvolverNode(context) with too few arguments must throw TypeError] expected: FAIL - [BaseAudioContext interface: operation createPeriodicWave(sequence<float>, sequence<float>, optional PeriodicWaveConstraints)] + [AudioProcessingEvent interface: new AudioProcessingEvent('', {\n playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n }) must inherit property "outputBuffer" with the proper type] expected: FAIL - [BaseAudioContext interface: operation createScriptProcessor(optional unsigned long, optional unsigned long, optional unsigned long)] + [AudioWorkletNode interface: worklet_node must inherit property "port" with the proper type] expected: FAIL - [BaseAudioContext interface: operation createWaveShaper()] + [AudioContext interface: operation suspend()] expected: FAIL - [BaseAudioContext interface: operation decodeAudioData(ArrayBuffer, optional DecodeSuccessCallback?, optional DecodeErrorCallback?)] + [StereoPannerNode interface: existence and properties of interface prototype object] expected: FAIL - [AudioContext interface: attribute sinkId] + [ScriptProcessorNode interface: context.createScriptProcessor() must inherit property "onaudioprocess" with the proper type] expected: FAIL - [AudioContext interface: attribute renderCapacity] + [AudioNode interface: worklet_node must inherit property "disconnect(AudioParam, unsigned long)" with the proper type] expected: FAIL - [AudioContext interface: attribute onsinkchange] + [AudioNode interface: new DelayNode(context) must inherit property "context" with the proper type] expected: FAIL - [AudioContext interface: operation resume()] + [AudioNode interface: new WaveShaperNode(context) must inherit property "context" with the proper type] expected: FAIL - [AudioContext interface: operation suspend()] + [AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect(AudioParam)" with the proper type] expected: FAIL - [AudioContext interface: operation close()] + [BaseAudioContext interface: operation createDynamicsCompressor()] expected: FAIL - [AudioContext interface: operation setSinkId((DOMString or AudioSinkOptions))] + [AudioNode interface: calling disconnect(AudioNode) on new WaveShaperNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioContext interface: context must inherit property "sinkId" with the proper type] + [AudioNode interface: context.createScriptProcessor() must inherit property "disconnect()" with the proper type] expected: FAIL - [AudioContext interface: context must inherit property "renderCapacity" with the proper type] + [Stringification of context.audioWorklet] expected: FAIL - [AudioContext interface: context must inherit property "onsinkchange" with the proper type] + [AudioNode interface: worklet_node must inherit property "numberOfOutputs" with the proper type] expected: FAIL - [AudioContext interface: context must inherit property "setSinkId((DOMString or AudioSinkOptions))" with the proper type] + [AudioNode interface: context.createScriptProcessor() must inherit property "context" with the proper type] expected: FAIL - [AudioContext interface: calling setSinkId((DOMString or AudioSinkOptions)) on context with too few arguments must throw TypeError] + [AudioNode interface: calling disconnect(AudioParam) on context.createScriptProcessor() with too few arguments must throw TypeError] expected: FAIL - [BaseAudioContext interface: context must inherit property "audioWorklet" with the proper type] + [AudioContext interface: operation close()] expected: FAIL - [BaseAudioContext interface: context must inherit property "createConvolver()" with the proper type] + [AudioProcessingEvent interface: existence and properties of interface prototype object's @@unscopables property] expected: FAIL - [BaseAudioContext interface: context must inherit property "createDelay(optional double)" with the proper type] + [WaveShaperNode interface: attribute curve] expected: FAIL - [BaseAudioContext interface: calling createDelay(optional double) on context with too few arguments must throw TypeError] + [AudioWorkletNode interface: attribute onprocessorerror] expected: FAIL - [BaseAudioContext interface: context must inherit property "createDynamicsCompressor()" with the proper type] + [ScriptProcessorNode must be primary interface of context.createScriptProcessor()] expected: FAIL - [BaseAudioContext interface: context must inherit property "createIIRFilter(sequence<double>, sequence<double>)" with the proper type] + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect(unsigned long)" with the proper type] expected: FAIL - [BaseAudioContext interface: calling createIIRFilter(sequence<double>, sequence<double>) on context with too few arguments must throw TypeError] + [AudioNode interface: calling connect(AudioParam, unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] expected: FAIL - [BaseAudioContext interface: context must inherit property "createPeriodicWave(sequence<float>, sequence<float>, optional PeriodicWaveConstraints)" with the proper type] + [AudioNode interface: calling connect(AudioParam, unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError] expected: FAIL - [BaseAudioContext interface: calling createPeriodicWave(sequence<float>, sequence<float>, optional PeriodicWaveConstraints) on context with too few arguments must throw TypeError] + [OscillatorNode interface: operation setPeriodicWave(PeriodicWave)] expected: FAIL - [BaseAudioContext interface: context must inherit property "createScriptProcessor(optional unsigned long, optional unsigned long, optional unsigned long)" with the proper type] + [Stringification of new WaveShaperNode(context)] expected: FAIL - [BaseAudioContext interface: calling createScriptProcessor(optional unsigned long, optional unsigned long, optional unsigned long) on context with too few arguments must throw TypeError] + [AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] expected: FAIL - [BaseAudioContext interface: context must inherit property "createWaveShaper()" with the proper type] + [idl_test setup] expected: FAIL - [BaseAudioContext interface: calling decodeAudioData(ArrayBuffer, optional DecodeSuccessCallback?, optional DecodeErrorCallback?) on context with too few arguments must throw TypeError] + [DynamicsCompressorNode must be primary interface of new DynamicsCompressorNode(context)] expected: FAIL - [AudioSinkInfo interface: existence and properties of interface object] + [AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type] expected: FAIL - [AudioSinkInfo interface object length] + [BaseAudioContext interface: calling createPeriodicWave([object Object\], [object Object\], PeriodicWaveConstraints) on context with too few arguments must throw TypeError] expected: FAIL - [AudioSinkInfo interface object name] + [AudioWorkletNode interface object name] expected: FAIL - [AudioSinkInfo interface: existence and properties of interface prototype object] + [AudioWorkletNode interface: existence and properties of interface object] expected: FAIL - [AudioSinkInfo interface: existence and properties of interface prototype object's "constructor" property] + [AudioNode interface: context.createScriptProcessor() must inherit property "disconnect(unsigned long)" with the proper type] expected: FAIL - [AudioSinkInfo interface: existence and properties of interface prototype object's @@unscopables property] + [Stringification of worklet_node] expected: FAIL - [AudioSinkInfo interface: attribute type] + [AudioNode interface: context.createScriptProcessor() must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type] expected: FAIL - [AudioRenderCapacity interface: existence and properties of interface object] + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "context" with the proper type] expected: FAIL - [AudioRenderCapacity interface object length] + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "disconnect()" with the proper type] expected: FAIL - [AudioRenderCapacity interface object name] + [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createDelay(double)" with the proper type] expected: FAIL - [AudioRenderCapacity interface: existence and properties of interface prototype object] + [AudioNode interface: new ConvolverNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type] expected: FAIL - [AudioRenderCapacity interface: existence and properties of interface prototype object's "constructor" property] + [AudioNode interface: context.createScriptProcessor() must inherit property "numberOfInputs" with the proper type] expected: FAIL - [AudioRenderCapacity interface: existence and properties of interface prototype object's @@unscopables property] + [AudioProcessingEvent interface: existence and properties of interface object] expected: FAIL - [AudioRenderCapacity interface: operation start(optional AudioRenderCapacityOptions)] + [AudioNode interface: calling disconnect(AudioNode, unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioRenderCapacity interface: operation stop()] + [BaseAudioContext interface: operation createPeriodicWave([object Object\], [object Object\], PeriodicWaveConstraints)] expected: FAIL - [AudioRenderCapacity interface: attribute onupdate] + [AudioNode interface: calling disconnect(AudioNode, unsigned long) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] expected: FAIL - [AudioRenderCapacityEvent interface: existence and properties of interface object] + [ScriptProcessorNode interface: existence and properties of interface prototype object] expected: FAIL - [AudioRenderCapacityEvent interface object length] + [AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioRenderCapacityEvent interface object name] + [BaseAudioContext interface: calling createScriptProcessor(unsigned long, unsigned long, unsigned long) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] expected: FAIL - [AudioRenderCapacityEvent interface: existence and properties of interface prototype object] + [AudioNode interface: calling disconnect(unsigned long) on worklet_node with too few arguments must throw TypeError] expected: FAIL - [AudioRenderCapacityEvent interface: existence and properties of interface prototype object's "constructor" property] + [AudioNode interface: context.createScriptProcessor() must inherit property "channelCountMode" with the proper type] expected: FAIL - [AudioRenderCapacityEvent interface: existence and properties of interface prototype object's @@unscopables property] + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect(AudioNode, unsigned long, unsigned long)" with the proper type] expected: FAIL - [AudioRenderCapacityEvent interface: attribute timestamp] + [PeriodicWave interface object name] expected: FAIL - [AudioRenderCapacityEvent interface: attribute averageLoad] + [ConvolverNode interface: attribute normalize] expected: FAIL - [AudioRenderCapacityEvent interface: attribute peakLoad] + [AudioNode interface: context.createScriptProcessor() must inherit property "disconnect(AudioParam)" with the proper type] expected: FAIL - [AudioRenderCapacityEvent interface: attribute underrunRatio] + [ConvolverNode interface object name] expected: FAIL - [OfflineAudioContext interface: operation startRendering()] + [AudioNode interface: calling disconnect(AudioNode, unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError] expected: FAIL - [OfflineAudioContext interface: operation resume()] + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "channelCount" with the proper type] expected: FAIL - [OfflineAudioContext interface: operation suspend(double)] + [AudioNode interface: calling connect(AudioParam, unsigned long) on new DelayNode(context) with too few arguments must throw TypeError] expected: FAIL - [OfflineAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "suspend(double)" with the proper type] + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type] expected: FAIL - [OfflineAudioContext interface: calling suspend(double) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] + [AudioNode interface: new ConvolverNode(context) must inherit property "channelInterpretation" with the proper type] expected: FAIL - [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "audioWorklet" with the proper type] + [Stringification of worklet_node.parameters] expected: FAIL - [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createConvolver()" with the proper type] + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type] expected: FAIL - [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createDelay(optional double)" with the proper type] + [IIRFilterNode interface: operation getFrequencyResponse(Float32Array, Float32Array, Float32Array)] expected: FAIL - [BaseAudioContext interface: calling createDelay(optional double) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] + [AudioNode interface: context.createScriptProcessor() must inherit property "connect(AudioParam, unsigned long)" with the proper type] expected: FAIL - [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createDynamicsCompressor()" with the proper type] + [AudioNode interface: new ConvolverNode(context) must inherit property "disconnect(unsigned long)" with the proper type] expected: FAIL - [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createIIRFilter(sequence<double>, sequence<double>)" with the proper type] + [AudioParamMap interface: existence and properties of interface object] expected: FAIL - [BaseAudioContext interface: calling createIIRFilter(sequence<double>, sequence<double>) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] + [AudioNode interface: calling connect(AudioParam, unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError] expected: FAIL - [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createPeriodicWave(sequence<float>, sequence<float>, optional PeriodicWaveConstraints)" with the proper type] + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "disconnect(AudioNode)" with the proper type] expected: FAIL - [BaseAudioContext interface: calling createPeriodicWave(sequence<float>, sequence<float>, optional PeriodicWaveConstraints) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] + [ScriptProcessorNode interface: existence and properties of interface prototype object's "constructor" property] expected: FAIL - [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createScriptProcessor(optional unsigned long, optional unsigned long, optional unsigned long)" with the proper type] + [AudioNode interface: new WaveShaperNode(context) must inherit property "channelCountMode" with the proper type] expected: FAIL - [BaseAudioContext interface: calling createScriptProcessor(optional unsigned long, optional unsigned long, optional unsigned long) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] + [IIRFilterNode must be primary interface of new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]})] expected: FAIL - [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createWaveShaper()" with the proper type] + [DynamicsCompressorNode interface: attribute threshold] expected: FAIL - [BaseAudioContext interface: calling decodeAudioData(ArrayBuffer, optional DecodeSuccessCallback?, optional DecodeErrorCallback?) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "numberOfOutputs" with the proper type] expected: FAIL - [AudioProcessingEvent interface: existence and properties of interface object] + [AudioNode interface: calling disconnect(unsigned long) on new DelayNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioProcessingEvent interface object length] + [AudioWorklet interface object name] expected: FAIL - [AudioProcessingEvent interface object name] + [ConvolverNode interface object length] expected: FAIL - [AudioProcessingEvent interface: existence and properties of interface prototype object] + [AudioNode interface: context.createScriptProcessor() must inherit property "disconnect(AudioParam, unsigned long)" with the proper type] expected: FAIL - [AudioProcessingEvent interface: existence and properties of interface prototype object's "constructor" property] + [BaseAudioContext interface: operation decodeAudioData(ArrayBuffer, DecodeSuccessCallback, DecodeErrorCallback)] expected: FAIL - [AudioProcessingEvent interface: existence and properties of interface prototype object's @@unscopables property] + [DelayNode interface: existence and properties of interface object] expected: FAIL - [AudioProcessingEvent interface: attribute playbackTime] + [ScriptProcessorNode interface object name] expected: FAIL - [AudioProcessingEvent interface: attribute inputBuffer] + [BaseAudioContext interface: calling decodeAudioData(ArrayBuffer, DecodeSuccessCallback, DecodeErrorCallback) on context with too few arguments must throw TypeError] expected: FAIL - [AudioProcessingEvent interface: attribute outputBuffer] + [StereoPannerNode interface: existence and properties of interface object] expected: FAIL - [AudioProcessingEvent must be primary interface of new AudioProcessingEvent('', {\n playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n })] + [WaveShaperNode interface object length] expected: FAIL - [Stringification of new AudioProcessingEvent('', {\n playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n })] + [AudioProcessingEvent interface: existence and properties of interface prototype object's "constructor" property] expected: FAIL - [AudioProcessingEvent interface: new AudioProcessingEvent('', {\n playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n }) must inherit property "playbackTime" with the proper type] + [AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect()" with the proper type] expected: FAIL - [AudioProcessingEvent interface: new AudioProcessingEvent('', {\n playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n }) must inherit property "inputBuffer" with the proper type] + [AudioWorklet interface: existence and properties of interface prototype object's "constructor" property] expected: FAIL - [AudioProcessingEvent interface: new AudioProcessingEvent('', {\n playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n }) must inherit property "outputBuffer" with the proper type] + [AudioNode interface: calling disconnect(AudioNode) on worklet_node with too few arguments must throw TypeError] expected: FAIL - [BiquadFilterNode interface: operation getFrequencyResponse(Float32Array, Float32Array, Float32Array)] + [AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] expected: FAIL - [BiquadFilterNode interface: new BiquadFilterNode(context) must inherit property "getFrequencyResponse(Float32Array, Float32Array, Float32Array)" with the proper type] + [BaseAudioContext interface: context must inherit property "createIIRFilter([object Object\], [object Object\])" with the proper type] expected: FAIL - [BiquadFilterNode interface: calling getFrequencyResponse(Float32Array, Float32Array, Float32Array) on new BiquadFilterNode(context) with too few arguments must throw TypeError] + [AudioNode interface: calling disconnect(unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError] expected: FAIL - [ConvolverNode interface: existence and properties of interface object] + [AudioNode interface: calling disconnect(AudioNode) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] expected: FAIL - [ConvolverNode interface object length] + [AudioNode interface: calling connect(AudioParam, unsigned long) on worklet_node with too few arguments must throw TypeError] expected: FAIL - [ConvolverNode interface object name] + [PeriodicWave interface: existence and properties of interface object] expected: FAIL - [ConvolverNode interface: existence and properties of interface prototype object] + [AudioNode interface: calling disconnect(AudioParam) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] expected: FAIL - [ConvolverNode interface: existence and properties of interface prototype object's "constructor" property] + [AudioNode interface: calling disconnect(AudioNode) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] expected: FAIL - [ConvolverNode interface: existence and properties of interface prototype object's @@unscopables property] + [AudioNode interface: worklet_node must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type] expected: FAIL - [ConvolverNode interface: attribute buffer] + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "channelCountMode" with the proper type] expected: FAIL - [ConvolverNode interface: attribute normalize] + [AudioNode interface: worklet_node must inherit property "disconnect(AudioNode)" with the proper type] expected: FAIL - [ConvolverNode must be primary interface of new ConvolverNode(context)] + [DelayNode interface: new DelayNode(context) must inherit property "delayTime" with the proper type] expected: FAIL - [Stringification of new ConvolverNode(context)] + [AudioProcessingEvent interface: attribute inputBuffer] expected: FAIL - [ConvolverNode interface: new ConvolverNode(context) must inherit property "buffer" with the proper type] + [AudioParamMap interface object length] expected: FAIL - [ConvolverNode interface: new ConvolverNode(context) must inherit property "normalize" with the proper type] + [AudioNode interface: worklet_node must inherit property "disconnect()" with the proper type] expected: FAIL - [AudioNode interface: new ConvolverNode(context) must inherit property "connect(AudioNode, optional unsigned long, optional unsigned long)" with the proper type] + [BaseAudioContext interface: attribute audioWorklet] expected: FAIL - [AudioNode interface: calling connect(AudioNode, optional unsigned long, optional unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError] + [BaseAudioContext interface: operation createWaveShaper()] expected: FAIL - [AudioNode interface: new ConvolverNode(context) must inherit property "connect(AudioParam, optional unsigned long)" with the proper type] + [AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: calling connect(AudioParam, optional unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError] + [DelayNode interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [AudioNode interface: new WaveShaperNode(context) must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type] expected: FAIL [AudioNode interface: new ConvolverNode(context) must inherit property "disconnect()" with the proper type] expected: FAIL - [AudioNode interface: new ConvolverNode(context) must inherit property "disconnect(unsigned long)" with the proper type] + [Stringification of new PeriodicWave(context)] expected: FAIL - [AudioNode interface: calling disconnect(unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError] + [AudioNode interface: calling disconnect(AudioParam) on new DelayNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: new ConvolverNode(context) must inherit property "disconnect(AudioNode)" with the proper type] + [AudioNode interface: calling disconnect(unsigned long) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: calling disconnect(AudioNode) on new ConvolverNode(context) with too few arguments must throw TypeError] + [DelayNode interface: existence and properties of interface prototype object] expected: FAIL - [AudioNode interface: new ConvolverNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type] + [DynamicsCompressorNode interface: existence and properties of interface prototype object's @@unscopables property] expected: FAIL - [AudioNode interface: calling disconnect(AudioNode, unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError] + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type] expected: FAIL - [AudioNode interface: new ConvolverNode(context) must inherit property "disconnect(AudioNode, unsigned long, unsigned long)" with the proper type] + [AudioNode interface: context.createScriptProcessor() must inherit property "channelCount" with the proper type] expected: FAIL - [AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError] + [AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type] expected: FAIL - [AudioNode interface: new ConvolverNode(context) must inherit property "disconnect(AudioParam)" with the proper type] + [BaseAudioContext interface: calling createIIRFilter([object Object\], [object Object\]) on context with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: calling disconnect(AudioParam) on new ConvolverNode(context) with too few arguments must throw TypeError] + [AudioNode interface: new DelayNode(context) must inherit property "disconnect()" with the proper type] expected: FAIL - [AudioNode interface: new ConvolverNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type] + [AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: calling disconnect(AudioParam, unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError] + [BaseAudioContext interface: operation createScriptProcessor(unsigned long, unsigned long, unsigned long)] expected: FAIL - [AudioNode interface: new ConvolverNode(context) must inherit property "context" with the proper type] + [AudioNode interface: new DelayNode(context) must inherit property "channelCount" with the proper type] expected: FAIL - [AudioNode interface: new ConvolverNode(context) must inherit property "numberOfInputs" with the proper type] + [BaseAudioContext interface: calling createDelay(double) on context with too few arguments must throw TypeError] + expected: FAIL + + [DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property "threshold" with the proper type] + expected: FAIL + + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "disconnect(unsigned long)" with the proper type] expected: FAIL [AudioNode interface: new ConvolverNode(context) must inherit property "numberOfOutputs" with the proper type] expected: FAIL - [AudioNode interface: new ConvolverNode(context) must inherit property "channelCount" with the proper type] + [AudioProcessingEvent interface: attribute outputBuffer] + expected: FAIL + + [AudioProcessingEvent interface object length] + expected: FAIL + + [DynamicsCompressorNode interface: attribute ratio] + expected: FAIL + + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "channelCount" with the proper type] + expected: FAIL + + [AudioWorkletNode interface: existence and properties of interface prototype object] + expected: FAIL + + [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createScriptProcessor(unsigned long, unsigned long, unsigned long)" with the proper type] + expected: FAIL + + [AudioParamMap interface: existence and properties of interface prototype object] + expected: FAIL + + [IIRFilterNode interface: existence and properties of interface prototype object] + expected: FAIL + + [AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [BaseAudioContext interface: context must inherit property "audioWorklet" with the proper type] expected: FAIL [AudioNode interface: new ConvolverNode(context) must inherit property "channelCountMode" with the proper type] expected: FAIL - [AudioNode interface: new ConvolverNode(context) must inherit property "channelInterpretation" with the proper type] + [AudioNode interface: worklet_node must inherit property "disconnect(unsigned long)" with the proper type] expected: FAIL - [DelayNode interface: existence and properties of interface object] + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "disconnect(AudioNode, unsigned long, unsigned long)" with the proper type] expected: FAIL - [DelayNode interface object length] + [AudioNode interface: worklet_node must inherit property "disconnect(AudioParam)" with the proper type] expected: FAIL - [DelayNode interface object name] + [AudioNode interface: calling connect(AudioParam, unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError] expected: FAIL - [DelayNode interface: existence and properties of interface prototype object] + [OscillatorNode interface: new OscillatorNode(context) must inherit property "setPeriodicWave(PeriodicWave)" with the proper type] expected: FAIL - [DelayNode interface: existence and properties of interface prototype object's "constructor" property] + [PeriodicWave interface: existence and properties of interface prototype object's "constructor" property] expected: FAIL - [DelayNode interface: existence and properties of interface prototype object's @@unscopables property] + [Stringification of new AudioProcessingEvent('', {\n playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n })] expected: FAIL - [DelayNode interface: attribute delayTime] + [AudioNode interface: worklet_node must inherit property "channelCount" with the proper type] expected: FAIL - [DelayNode must be primary interface of new DelayNode(context)] + [DynamicsCompressorNode interface: existence and properties of interface prototype object's "constructor" property] expected: FAIL - [Stringification of new DelayNode(context)] + [OfflineAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "suspend(double)" with the proper type] expected: FAIL - [DelayNode interface: new DelayNode(context) must inherit property "delayTime" with the proper type] + [AudioNode interface: new ConvolverNode(context) must inherit property "channelCount" with the proper type] expected: FAIL - [AudioNode interface: new DelayNode(context) must inherit property "connect(AudioNode, optional unsigned long, optional unsigned long)" with the proper type] + [AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect(unsigned long)" with the proper type] expected: FAIL - [AudioNode interface: calling connect(AudioNode, optional unsigned long, optional unsigned long) on new DelayNode(context) with too few arguments must throw TypeError] + [AudioNode interface: calling disconnect(AudioParam) on new ConvolverNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: new DelayNode(context) must inherit property "connect(AudioParam, optional unsigned long)" with the proper type] + [AudioNode interface: new ConvolverNode(context) must inherit property "connect(AudioParam, unsigned long)" with the proper type] expected: FAIL - [AudioNode interface: calling connect(AudioParam, optional unsigned long) on new DelayNode(context) with too few arguments must throw TypeError] + [AudioWorkletNode interface: attribute port] expected: FAIL - [AudioNode interface: new DelayNode(context) must inherit property "disconnect()" with the proper type] + [AudioNode interface: context.createScriptProcessor() must inherit property "numberOfOutputs" with the proper type] expected: FAIL - [AudioNode interface: new DelayNode(context) must inherit property "disconnect(unsigned long)" with the proper type] + [AudioNode interface: worklet_node must inherit property "connect(AudioParam, unsigned long)" with the proper type] expected: FAIL - [AudioNode interface: calling disconnect(unsigned long) on new DelayNode(context) with too few arguments must throw TypeError] + [BaseAudioContext interface: operation createIIRFilter([object Object\], [object Object\])] expected: FAIL - [AudioNode interface: new DelayNode(context) must inherit property "disconnect(AudioNode)" with the proper type] + [AudioNode interface: new WaveShaperNode(context) must inherit property "numberOfOutputs" with the proper type] expected: FAIL - [AudioNode interface: calling disconnect(AudioNode) on new DelayNode(context) with too few arguments must throw TypeError] + [AudioNode interface: worklet_node must inherit property "channelInterpretation" with the proper type] expected: FAIL - [AudioNode interface: new DelayNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type] + [AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: calling disconnect(AudioNode, unsigned long) on new DelayNode(context) with too few arguments must throw TypeError] + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect(AudioParam)" with the proper type] expected: FAIL - [AudioNode interface: new DelayNode(context) must inherit property "disconnect(AudioNode, unsigned long, unsigned long)" with the proper type] + [AudioWorkletNode must be primary interface of worklet_node] expected: FAIL - [AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new DelayNode(context) with too few arguments must throw TypeError] + [DelayNode interface: existence and properties of interface prototype object's @@unscopables property] expected: FAIL - [AudioNode interface: new DelayNode(context) must inherit property "disconnect(AudioParam)" with the proper type] + [AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type] expected: FAIL - [AudioNode interface: calling disconnect(AudioParam) on new DelayNode(context) with too few arguments must throw TypeError] + [BiquadFilterNode interface: new BiquadFilterNode(context) must inherit property "getFrequencyResponse(Float32Array, Float32Array, Float32Array)" with the proper type] expected: FAIL - [AudioNode interface: new DelayNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type] + [PeriodicWave interface: existence and properties of interface prototype object] + expected: FAIL + + [AudioNode interface: new DelayNode(context) must inherit property "disconnect(unsigned long)" with the proper type] + expected: FAIL + + [WaveShaperNode interface: existence and properties of interface object] + expected: FAIL + + [OfflineAudioContext interface: operation suspend(double)] + expected: FAIL + + [BaseAudioContext interface: context must inherit property "createScriptProcessor(unsigned long, unsigned long, unsigned long)" with the proper type] expected: FAIL [AudioNode interface: calling disconnect(AudioParam, unsigned long) on new DelayNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: new DelayNode(context) must inherit property "context" with the proper type] + [WaveShaperNode interface: new WaveShaperNode(context) must inherit property "curve" with the proper type] expected: FAIL - [AudioNode interface: new DelayNode(context) must inherit property "numberOfInputs" with the proper type] + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "connect(AudioParam, unsigned long)" with the proper type] expected: FAIL - [AudioNode interface: new DelayNode(context) must inherit property "numberOfOutputs" with the proper type] + [Stringification of new DelayNode(context)] expected: FAIL - [AudioNode interface: new DelayNode(context) must inherit property "channelCount" with the proper type] + [ConvolverNode interface: new ConvolverNode(context) must inherit property "buffer" with the proper type] expected: FAIL - [AudioNode interface: new DelayNode(context) must inherit property "channelCountMode" with the proper type] + [AudioNode interface: calling disconnect(AudioNode, unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: new DelayNode(context) must inherit property "channelInterpretation" with the proper type] + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type] expected: FAIL - [DynamicsCompressorNode interface: existence and properties of interface object] + [AudioNode interface: calling disconnect(AudioParam) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] expected: FAIL - [DynamicsCompressorNode interface object length] + [DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property "ratio" with the proper type] expected: FAIL - [DynamicsCompressorNode interface object name] + [AudioNode interface: new ConvolverNode(context) must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type] expected: FAIL - [DynamicsCompressorNode interface: existence and properties of interface prototype object] + [AudioNode interface: new WaveShaperNode(context) must inherit property "channelCount" with the proper type] expected: FAIL - [DynamicsCompressorNode interface: existence and properties of interface prototype object's "constructor" property] + [DynamicsCompressorNode interface: attribute release] expected: FAIL - [DynamicsCompressorNode interface: existence and properties of interface prototype object's @@unscopables property] + [AudioNode interface: calling disconnect(AudioParam, unsigned long) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] expected: FAIL - [DynamicsCompressorNode interface: attribute threshold] + [ConvolverNode interface: attribute buffer] expected: FAIL - [DynamicsCompressorNode interface: attribute knee] + [AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect(AudioNode)" with the proper type] expected: FAIL - [DynamicsCompressorNode interface: attribute ratio] + [OfflineAudioContext interface: operation resume()] expected: FAIL - [DynamicsCompressorNode interface: attribute reduction] + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "numberOfInputs" with the proper type] expected: FAIL - [DynamicsCompressorNode interface: attribute attack] + [BaseAudioContext interface: calling createPeriodicWave([object Object\], [object Object\], PeriodicWaveConstraints) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] expected: FAIL - [DynamicsCompressorNode interface: attribute release] + [AudioNode interface: calling disconnect(AudioParam, unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError] expected: FAIL - [DynamicsCompressorNode must be primary interface of new DynamicsCompressorNode(context)] + [AudioProcessingEvent interface: attribute playbackTime] expected: FAIL - [Stringification of new DynamicsCompressorNode(context)] + [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createConvolver()" with the proper type] expected: FAIL - [DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property "threshold" with the proper type] + [IIRFilterNode interface object name] expected: FAIL - [DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property "knee" with the proper type] + [AudioNode interface: worklet_node must inherit property "context" with the proper type] expected: FAIL - [DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property "ratio" with the proper type] + [AudioNode interface: calling disconnect(unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] expected: FAIL [DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property "reduction" with the proper type] expected: FAIL - [DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property "attack" with the proper type] + [ConvolverNode must be primary interface of new ConvolverNode(context)] expected: FAIL - [DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property "release" with the proper type] + [AudioNode interface: new DelayNode(context) must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type] expected: FAIL - [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "connect(AudioNode, optional unsigned long, optional unsigned long)" with the proper type] + [DynamicsCompressorNode interface object length] expected: FAIL - [AudioNode interface: calling connect(AudioNode, optional unsigned long, optional unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] + [AudioNode interface: new DelayNode(context) must inherit property "disconnect(AudioParam)" with the proper type] expected: FAIL - [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "connect(AudioParam, optional unsigned long)" with the proper type] + [OfflineAudioContext interface: calling suspend(double) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: calling connect(AudioParam, optional unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] + [AudioWorkletNode interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [ScriptProcessorNode interface: attribute bufferSize] + expected: FAIL + + [ScriptProcessorNode interface: attribute onaudioprocess] + expected: FAIL + + [BiquadFilterNode interface: operation getFrequencyResponse(Float32Array, Float32Array, Float32Array)] + expected: FAIL + + [ConvolverNode interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode) on context.createScriptProcessor() with too few arguments must throw TypeError] + expected: FAIL + + [PeriodicWave interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [BaseAudioContext interface: context must inherit property "createDynamicsCompressor()" with the proper type] + expected: FAIL + + [AudioParamMap interface object name] + expected: FAIL + + [AudioWorkletNode interface: worklet_node must inherit property "parameters" with the proper type] + expected: FAIL + + [AudioNode interface: new WaveShaperNode(context) must inherit property "numberOfInputs" with the proper type] + expected: FAIL + + [AudioWorklet interface: existence and properties of interface object] + expected: FAIL + + [PeriodicWave must be primary interface of new PeriodicWave(context)] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new DelayNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [IIRFilterNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "getFrequencyResponse(Float32Array, Float32Array, Float32Array)" with the proper type] + expected: FAIL + + [AudioNode interface: new ConvolverNode(context) must inherit property "numberOfInputs" with the proper type] + expected: FAIL + + [AudioProcessingEvent interface object name] + expected: FAIL + + [AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on worklet_node with too few arguments must throw TypeError] + expected: FAIL + + [DelayNode interface object length] + expected: FAIL + + [OscillatorNode interface: calling setPeriodicWave(PeriodicWave) on new OscillatorNode(context) with too few arguments must throw TypeError] expected: FAIL [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect()" with the proper type] expected: FAIL - [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect(unsigned long)" with the proper type] + [AudioNode interface: calling disconnect(AudioNode, unsigned long) on new DelayNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: calling disconnect(unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] + [AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect(AudioNode)" with the proper type] + [ScriptProcessorNode interface: existence and properties of interface object] expected: FAIL - [AudioNode interface: calling disconnect(AudioNode) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] + [AudioWorkletNode interface: attribute parameters] expected: FAIL - [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type] + [DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property "attack" with the proper type] expected: FAIL - [AudioNode interface: calling disconnect(AudioNode, unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] + [AudioNode interface: calling disconnect(AudioNode, unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect(AudioNode, unsigned long, unsigned long)" with the proper type] + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "channelInterpretation" with the proper type] expected: FAIL - [AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] + [AudioNode interface: calling disconnect(AudioNode) on new DelayNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect(AudioParam)" with the proper type] + [AudioNode interface: calling disconnect(unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: calling disconnect(AudioParam) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] + [AudioWorklet must be primary interface of context.audioWorklet] expected: FAIL - [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type] + [AudioNode interface: new ConvolverNode(context) must inherit property "disconnect(AudioParam)" with the proper type] + expected: FAIL + + [DynamicsCompressorNode interface: attribute attack] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioParam, unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError] expected: FAIL [AudioNode interface: calling disconnect(AudioParam, unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "context" with the proper type] + [AudioNode interface: new ConvolverNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type] expected: FAIL - [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "numberOfInputs" with the proper type] + [AudioNode interface: calling disconnect(AudioParam) on new WaveShaperNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "numberOfOutputs" with the proper type] + [WaveShaperNode must be primary interface of new WaveShaperNode(context)] expected: FAIL - [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "channelCount" with the proper type] + [BaseAudioContext interface: calling createScriptProcessor(unsigned long, unsigned long, unsigned long) on context with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "channelCountMode" with the proper type] + [AudioWorklet interface: existence and properties of interface prototype object's @@unscopables property] expected: FAIL - [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "channelInterpretation" with the proper type] + [PeriodicWave interface object length] expected: FAIL - [IIRFilterNode interface: existence and properties of interface object] + [AudioProcessingEvent must be primary interface of new AudioProcessingEvent('', {\n playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n })] + expected: FAIL + + [AudioNode interface: new WaveShaperNode(context) must inherit property "channelInterpretation" with the proper type] expected: FAIL [IIRFilterNode interface object length] expected: FAIL - [IIRFilterNode interface object name] + [AudioNode interface: new WaveShaperNode(context) must inherit property "connect(AudioParam, unsigned long)" with the proper type] expected: FAIL - [IIRFilterNode interface: existence and properties of interface prototype object] + [Stringification of new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]})] expected: FAIL - [IIRFilterNode interface: existence and properties of interface prototype object's "constructor" property] + [AudioNode interface: new DelayNode(context) must inherit property "channelInterpretation" with the proper type] expected: FAIL - [IIRFilterNode interface: existence and properties of interface prototype object's @@unscopables property] + [AudioNode interface: new DelayNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type] expected: FAIL - [IIRFilterNode interface: operation getFrequencyResponse(Float32Array, Float32Array, Float32Array)] + [ScriptProcessorNode interface object length] expected: FAIL - [IIRFilterNode must be primary interface of new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]})] + [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "audioWorklet" with the proper type] expected: FAIL - [Stringification of new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]})] + [WaveShaperNode interface: attribute oversample] expected: FAIL - [IIRFilterNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "getFrequencyResponse(Float32Array, Float32Array, Float32Array)" with the proper type] + [DynamicsCompressorNode interface: attribute knee] + expected: FAIL + + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "numberOfInputs" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioParam, unsigned long) on worklet_node with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "channelCountMode" with the proper type] + expected: FAIL + + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect(AudioNode)" with the proper type] + expected: FAIL + + [WaveShaperNode interface: existence and properties of interface prototype object's @@unscopables property] expected: FAIL [IIRFilterNode interface: calling getFrequencyResponse(Float32Array, Float32Array, Float32Array) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "connect(AudioNode, optional unsigned long, optional unsigned long)" with the proper type] + [AudioParamMap interface: existence and properties of interface prototype object's "constructor" property] expected: FAIL - [AudioNode interface: calling connect(AudioNode, optional unsigned long, optional unsigned long) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] + [AudioNode interface: worklet_node must inherit property "disconnect(AudioNode, unsigned long, unsigned long)" with the proper type] expected: FAIL - [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "connect(AudioParam, optional unsigned long)" with the proper type] + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "connect(AudioParam, unsigned long)" with the proper type] expected: FAIL - [AudioNode interface: calling connect(AudioParam, optional unsigned long) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] + [Stringification of context.createScriptProcessor()] expected: FAIL - [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "disconnect()" with the proper type] + [DynamicsCompressorNode interface: existence and properties of interface prototype object] expected: FAIL - [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "disconnect(unsigned long)" with the proper type] + [AudioNode interface: new DelayNode(context) must inherit property "channelCountMode" with the proper type] expected: FAIL - [AudioNode interface: calling disconnect(unsigned long) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] + [DynamicsCompressorNode interface object name] expected: FAIL - [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "disconnect(AudioNode)" with the proper type] + [WaveShaperNode interface: existence and properties of interface prototype object] expected: FAIL - [AudioNode interface: calling disconnect(AudioNode) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] + [DynamicsCompressorNode interface: existence and properties of interface object] expected: FAIL - [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type] + [IIRFilterNode interface: existence and properties of interface object] expected: FAIL - [AudioNode interface: calling disconnect(AudioNode, unsigned long) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] + [OfflineAudioContext interface: operation startRendering()] expected: FAIL - [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "disconnect(AudioNode, unsigned long, unsigned long)" with the proper type] + [ScriptProcessorNode interface: context.createScriptProcessor() must inherit property "bufferSize" with the proper type] expected: FAIL - [AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] + [AudioNode interface: new DelayNode(context) must inherit property "connect(AudioParam, unsigned long)" with the proper type] expected: FAIL - [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "disconnect(AudioParam)" with the proper type] + [AudioNode interface: calling connect(AudioParam, unsigned long) on new MediaStreamAudioDestinationNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: calling disconnect(AudioParam) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] + [AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on worklet_node with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type] + [AudioParamMap must be primary interface of worklet_node.parameters] expected: FAIL - [AudioNode interface: calling disconnect(AudioParam, unsigned long) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] + [AudioNode interface: new DelayNode(context) must inherit property "numberOfOutputs" with the proper type] + expected: FAIL + + [AudioNode interface: new DelayNode(context) must inherit property "disconnect(AudioNode, unsigned long, unsigned long)" with the proper type] + expected: FAIL + + [DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property "knee" with the proper type] + expected: FAIL + + [DelayNode interface object name] expected: FAIL [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "context" with the proper type] expected: FAIL - [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "numberOfInputs" with the proper type] + [BaseAudioContext interface: context must inherit property "createPeriodicWave([object Object\], [object Object\], PeriodicWaveConstraints)" with the proper type] expected: FAIL - [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "numberOfOutputs" with the proper type] + [ConvolverNode interface: existence and properties of interface object] expected: FAIL - [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "channelCount" with the proper type] + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type] expected: FAIL - [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "channelCountMode" with the proper type] + [WaveShaperNode interface object name] expected: FAIL - [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "channelInterpretation" with the proper type] + [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createDynamicsCompressor()" with the proper type] expected: FAIL - [OscillatorNode interface: operation setPeriodicWave(PeriodicWave)] + [BaseAudioContext interface: calling createIIRFilter([object Object\], [object Object\]) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] expected: FAIL - [OscillatorNode interface: new OscillatorNode(context) must inherit property "setPeriodicWave(PeriodicWave)" with the proper type] + [AudioNode interface: context.createScriptProcessor() must inherit property "disconnect(AudioNode, unsigned long)" with the proper type] expected: FAIL - [OscillatorNode interface: calling setPeriodicWave(PeriodicWave) on new OscillatorNode(context) with too few arguments must throw TypeError] + [WaveShaperNode interface: existence and properties of interface prototype object's "constructor" property] expected: FAIL - [PeriodicWave interface: existence and properties of interface object] + [BaseAudioContext interface: context must inherit property "createDelay(double)" with the proper type] expected: FAIL - [PeriodicWave interface object length] + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "numberOfOutputs" with the proper type] expected: FAIL - [PeriodicWave interface object name] + [IIRFilterNode interface: existence and properties of interface prototype object's @@unscopables property] expected: FAIL - [PeriodicWave interface: existence and properties of interface prototype object] + [AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property "connect(AudioParam, unsigned long)" with the proper type] expected: FAIL - [PeriodicWave interface: existence and properties of interface prototype object's "constructor" property] + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "disconnect(AudioParam)" with the proper type] expected: FAIL - [PeriodicWave interface: existence and properties of interface prototype object's @@unscopables property] + [AudioNode interface: calling disconnect(unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError] expected: FAIL - [PeriodicWave must be primary interface of new PeriodicWave(context)] + [AudioWorklet interface object length] expected: FAIL - [Stringification of new PeriodicWave(context)] + [AudioNode interface: calling disconnect(AudioNode, unsigned long) on worklet_node with too few arguments must throw TypeError] expected: FAIL - [ScriptProcessorNode interface: existence and properties of interface object] + [Stringification of new DynamicsCompressorNode(context)] expected: FAIL - [ScriptProcessorNode interface object length] + [BaseAudioContext interface: context must inherit property "createWaveShaper()" with the proper type] expected: FAIL - [ScriptProcessorNode interface object name] + [ConvolverNode interface: existence and properties of interface prototype object] expected: FAIL - [ScriptProcessorNode interface: existence and properties of interface prototype object] + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "channelInterpretation" with the proper type] expected: FAIL - [ScriptProcessorNode interface: existence and properties of interface prototype object's "constructor" property] + [AudioWorkletNode interface object length] expected: FAIL - [ScriptProcessorNode interface: existence and properties of interface prototype object's @@unscopables property] + [DelayNode must be primary interface of new DelayNode(context)] expected: FAIL - [ScriptProcessorNode interface: attribute onaudioprocess] + [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createWaveShaper()" with the proper type] expected: FAIL - [ScriptProcessorNode interface: attribute bufferSize] + [DynamicsCompressorNode interface: attribute reduction] expected: FAIL - [ScriptProcessorNode must be primary interface of context.createScriptProcessor()] + [AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new DelayNode(context) with too few arguments must throw TypeError] expected: FAIL - [Stringification of context.createScriptProcessor()] + [AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new MediaStreamAudioDestinationNode(context) with too few arguments must throw TypeError] expected: FAIL - [ScriptProcessorNode interface: context.createScriptProcessor() must inherit property "onaudioprocess" with the proper type] + [WaveShaperNode interface: new WaveShaperNode(context) must inherit property "oversample" with the proper type] expected: FAIL - [ScriptProcessorNode interface: context.createScriptProcessor() must inherit property "bufferSize" with the proper type] + [BaseAudioContext interface: operation createDelay(double)] expected: FAIL - [AudioNode interface: context.createScriptProcessor() must inherit property "connect(AudioNode, optional unsigned long, optional unsigned long)" with the proper type] + [DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property "release" with the proper type] expected: FAIL - [AudioNode interface: calling connect(AudioNode, optional unsigned long, optional unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError] + [BaseAudioContext interface: context must inherit property "createConvolver()" with the proper type] expected: FAIL - [AudioNode interface: context.createScriptProcessor() must inherit property "connect(AudioParam, optional unsigned long)" with the proper type] + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type] expected: FAIL - [AudioNode interface: calling connect(AudioParam, optional unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError] + [AudioParamMap interface: existence and properties of interface prototype object's @@unscopables property] expected: FAIL - [AudioNode interface: context.createScriptProcessor() must inherit property "disconnect()" with the proper type] + [AudioWorkletNode interface: worklet_node must inherit property "onprocessorerror" with the proper type] expected: FAIL - [AudioNode interface: context.createScriptProcessor() must inherit property "disconnect(unsigned long)" with the proper type] + [AudioNode interface: worklet_node must inherit property "channelCountMode" with the proper type] expected: FAIL - [AudioNode interface: calling disconnect(unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError] + [Stringification of new ConvolverNode(context)] expected: FAIL - [AudioNode interface: context.createScriptProcessor() must inherit property "disconnect(AudioNode)" with the proper type] + [AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: calling disconnect(AudioNode) on context.createScriptProcessor() with too few arguments must throw TypeError] + [ScriptProcessorNode interface: existence and properties of interface prototype object's @@unscopables property] expected: FAIL - [AudioNode interface: context.createScriptProcessor() must inherit property "disconnect(AudioNode, unsigned long)" with the proper type] + [BaseAudioContext interface: calling createDelay(double) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: calling disconnect(AudioNode, unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError] + [BaseAudioContext interface: calling decodeAudioData(ArrayBuffer, DecodeSuccessCallback, DecodeErrorCallback) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: worklet_node must inherit property "numberOfInputs" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioParam) on worklet_node with too few arguments must throw TypeError] expected: FAIL [AudioNode interface: context.createScriptProcessor() must inherit property "disconnect(AudioNode, unsigned long, unsigned long)" with the proper type] expected: FAIL - [AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError] + [AudioWorklet interface: existence and properties of interface prototype object] expected: FAIL - [AudioNode interface: context.createScriptProcessor() must inherit property "disconnect(AudioParam)" with the proper type] + [AudioNode interface: context.createScriptProcessor() must inherit property "channelInterpretation" with the proper type] expected: FAIL - [AudioNode interface: calling disconnect(AudioParam) on context.createScriptProcessor() with too few arguments must throw TypeError] + [AudioProcessingEvent interface: new AudioProcessingEvent('', {\n playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n }) must inherit property "inputBuffer" with the proper type] expected: FAIL - [AudioNode interface: context.createScriptProcessor() must inherit property "disconnect(AudioParam, unsigned long)" with the proper type] + [AudioNode interface: context.createScriptProcessor() must inherit property "disconnect(AudioNode)" with the proper type] expected: FAIL - [AudioNode interface: calling disconnect(AudioParam, unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError] + [AudioProcessingEvent interface: new AudioProcessingEvent('', {\n playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n }) must inherit property "playbackTime" with the proper type] expected: FAIL - [AudioNode interface: context.createScriptProcessor() must inherit property "context" with the proper type] + [DelayNode interface: attribute delayTime] expected: FAIL - [AudioNode interface: context.createScriptProcessor() must inherit property "numberOfInputs" with the proper type] + [AudioContext interface: operation resume()] expected: FAIL - [AudioNode interface: context.createScriptProcessor() must inherit property "numberOfOutputs" with the proper type] + [AudioNode interface: new DelayNode(context) must inherit property "numberOfInputs" with the proper type] expected: FAIL - [AudioNode interface: context.createScriptProcessor() must inherit property "channelCount" with the proper type] + [BiquadFilterNode interface: calling getFrequencyResponse(Float32Array, Float32Array, Float32Array) on new BiquadFilterNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: context.createScriptProcessor() must inherit property "channelCountMode" with the proper type] + [AudioWorkletNode interface: existence and properties of interface prototype object's "constructor" property] expected: FAIL - [AudioNode interface: context.createScriptProcessor() must inherit property "channelInterpretation" with the proper type] + [AudioNode interface: new DelayNode(context) must inherit property "disconnect(AudioNode)" with the proper type] expected: FAIL - [StereoPannerNode interface: existence and properties of interface object] + [AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect(AudioNode, unsigned long, unsigned long)" with the proper type] expected: FAIL - [StereoPannerNode interface: existence and properties of interface prototype object] + [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createIIRFilter([object Object\], [object Object\])" with the proper type] expected: FAIL - [WaveShaperNode interface: existence and properties of interface object] + [AudioNode interface: new ConvolverNode(context) must inherit property "disconnect(AudioNode)" with the proper type] expected: FAIL - [WaveShaperNode interface object length] + [BaseAudioContext interface: operation createConvolver()] expected: FAIL - [WaveShaperNode interface object name] + [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createPeriodicWave([object Object\], [object Object\], PeriodicWaveConstraints)" with the proper type] expected: FAIL - [WaveShaperNode interface: existence and properties of interface prototype object] + [AudioNode interface: calling connect(AudioParam, unsigned long) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] expected: FAIL - [WaveShaperNode interface: existence and properties of interface prototype object's "constructor" property] + [IIRFilterNode interface: existence and properties of interface prototype object's "constructor" property] expected: FAIL - [WaveShaperNode interface: existence and properties of interface prototype object's @@unscopables property] + [AudioNode interface: new ConvolverNode(context) must inherit property "context" with the proper type] expected: FAIL - [WaveShaperNode interface: attribute curve] + [ConvolverNode interface: new ConvolverNode(context) must inherit property "normalize" with the proper type] expected: FAIL - [WaveShaperNode interface: attribute oversample] + [AudioNode interface: worklet_node must inherit property "disconnect(AudioNode, unsigned long)" with the proper type] expected: FAIL - [WaveShaperNode must be primary interface of new WaveShaperNode(context)] + [AudioNode interface: new ConvolverNode(context) must inherit property "disconnect(AudioNode, unsigned long, unsigned long)" with the proper type] expected: FAIL - [Stringification of new WaveShaperNode(context)] + [AudioNode interface: new DelayNode(context) must inherit property "connect(AudioNode, optional unsigned long, optional unsigned long)" with the proper type] expected: FAIL - [WaveShaperNode interface: new WaveShaperNode(context) must inherit property "curve" with the proper type] + [BaseAudioContext interface: calling createPeriodicWave(sequence<float>, sequence<float>, optional PeriodicWaveConstraints) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] expected: FAIL - [WaveShaperNode interface: new WaveShaperNode(context) must inherit property "oversample" with the proper type] + [AudioNode interface: calling connect(AudioParam, optional unsigned long) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: new WaveShaperNode(context) must inherit property "connect(AudioNode, optional unsigned long, optional unsigned long)" with the proper type] + [BaseAudioContext interface: operation decodeAudioData(ArrayBuffer, optional DecodeSuccessCallback?, optional DecodeErrorCallback?)] expected: FAIL - [AudioNode interface: calling connect(AudioNode, optional unsigned long, optional unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError] + [BaseAudioContext interface: context must inherit property "createDelay(optional double)" with the proper type] expected: FAIL - [AudioNode interface: new WaveShaperNode(context) must inherit property "connect(AudioParam, optional unsigned long)" with the proper type] + [AudioNode interface: worklet_node must inherit property "connect(AudioParam, optional unsigned long)" with the proper type] expected: FAIL - [AudioNode interface: calling connect(AudioParam, optional unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError] + [BaseAudioContext interface: calling createScriptProcessor(optional unsigned long, optional unsigned long, optional unsigned long) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect()" with the proper type] + [BaseAudioContext interface: operation createScriptProcessor(optional unsigned long, optional unsigned long, optional unsigned long)] expected: FAIL - [AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect(unsigned long)" with the proper type] + [AudioNode interface: calling connect(AudioNode, optional unsigned long, optional unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: calling disconnect(unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError] + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "connect(AudioParam, optional unsigned long)" with the proper type] expected: FAIL - [AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect(AudioNode)" with the proper type] + [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createIIRFilter(sequence<double>, sequence<double>)" with the proper type] expected: FAIL - [AudioNode interface: calling disconnect(AudioNode) on new WaveShaperNode(context) with too few arguments must throw TypeError] + [AudioNode interface: context.createScriptProcessor() must inherit property "connect(AudioParam, optional unsigned long)" with the proper type] expected: FAIL - [AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type] + [AudioNode interface: calling connect(AudioParam, optional unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: calling disconnect(AudioNode, unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError] + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "connect(AudioNode, optional unsigned long, optional unsigned long)" with the proper type] expected: FAIL - [AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect(AudioNode, unsigned long, unsigned long)" with the proper type] + [AudioNode interface: calling connect(AudioNode, optional unsigned long, optional unsigned long) on worklet_node with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError] + [BaseAudioContext interface: operation createPeriodicWave(sequence<float>, sequence<float>, optional PeriodicWaveConstraints)] expected: FAIL - [AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect(AudioParam)" with the proper type] + [BaseAudioContext interface: calling decodeAudioData(ArrayBuffer, optional DecodeSuccessCallback?, optional DecodeErrorCallback?) on context with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: calling disconnect(AudioParam) on new WaveShaperNode(context) with too few arguments must throw TypeError] + [AudioNode interface: calling connect(AudioNode, optional unsigned long, optional unsigned long) on new DelayNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type] + [AudioNode interface: context.createScriptProcessor() must inherit property "connect(AudioNode, optional unsigned long, optional unsigned long)" with the proper type] expected: FAIL - [AudioNode interface: calling disconnect(AudioParam, unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError] + [BaseAudioContext interface: calling createPeriodicWave(sequence<float>, sequence<float>, optional PeriodicWaveConstraints) on context with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: new WaveShaperNode(context) must inherit property "context" with the proper type] + [BaseAudioContext interface: calling createDelay(optional double) on context with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: new WaveShaperNode(context) must inherit property "numberOfInputs" with the proper type] + [BaseAudioContext interface: calling decodeAudioData(ArrayBuffer, optional DecodeSuccessCallback?, optional DecodeErrorCallback?) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: new WaveShaperNode(context) must inherit property "numberOfOutputs" with the proper type] + [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createScriptProcessor(optional unsigned long, optional unsigned long, optional unsigned long)" with the proper type] expected: FAIL - [AudioNode interface: new WaveShaperNode(context) must inherit property "channelCount" with the proper type] + [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createPeriodicWave(sequence<float>, sequence<float>, optional PeriodicWaveConstraints)" with the proper type] expected: FAIL - [AudioNode interface: new WaveShaperNode(context) must inherit property "channelCountMode" with the proper type] + [AudioNode interface: calling connect(AudioParam, optional unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: new WaveShaperNode(context) must inherit property "channelInterpretation" with the proper type] + [BaseAudioContext interface: context must inherit property "createScriptProcessor(optional unsigned long, optional unsigned long, optional unsigned long)" with the proper type] expected: FAIL - [AudioWorklet interface: existence and properties of interface object] + [BaseAudioContext interface: calling createIIRFilter(sequence<double>, sequence<double>) on context with too few arguments must throw TypeError] expected: FAIL - [AudioWorklet interface object length] + [AudioNode interface: calling connect(AudioNode, optional unsigned long, optional unsigned long) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] expected: FAIL - [AudioWorklet interface object name] + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "connect(AudioNode, optional unsigned long, optional unsigned long)" with the proper type] expected: FAIL - [AudioWorklet interface: existence and properties of interface prototype object] + [BaseAudioContext interface: calling createIIRFilter(sequence<double>, sequence<double>) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] expected: FAIL - [AudioWorklet interface: existence and properties of interface prototype object's "constructor" property] + [AudioNode interface: new ConvolverNode(context) must inherit property "connect(AudioParam, optional unsigned long)" with the proper type] expected: FAIL - [AudioWorklet interface: existence and properties of interface prototype object's @@unscopables property] + [BaseAudioContext interface: operation createIIRFilter(sequence<double>, sequence<double>)] expected: FAIL - [AudioWorklet interface: attribute port] + [AudioNode interface: calling connect(AudioParam, optional unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioWorklet must be primary interface of context.audioWorklet] + [AudioNode interface: calling connect(AudioParam, optional unsigned long) on new DelayNode(context) with too few arguments must throw TypeError] expected: FAIL - [Stringification of context.audioWorklet] + [AudioNode interface: worklet_node must inherit property "connect(AudioNode, optional unsigned long, optional unsigned long)" with the proper type] expected: FAIL - [AudioWorklet interface: context.audioWorklet must inherit property "port" with the proper type] + [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createDelay(optional double)" with the proper type] expected: FAIL - [AudioParamMap interface: existence and properties of interface object] + [AudioNode interface: calling connect(AudioNode, optional unsigned long, optional unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioParamMap interface object length] + [BaseAudioContext interface: context must inherit property "createPeriodicWave(sequence<float>, sequence<float>, optional PeriodicWaveConstraints)" with the proper type] expected: FAIL - [AudioParamMap interface object name] + [AudioNode interface: calling connect(AudioNode, optional unsigned long, optional unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioParamMap interface: existence and properties of interface prototype object] + [BaseAudioContext interface: calling createScriptProcessor(optional unsigned long, optional unsigned long, optional unsigned long) on context with too few arguments must throw TypeError] expected: FAIL - [AudioParamMap interface: existence and properties of interface prototype object's "constructor" property] + [AudioNode interface: calling connect(AudioParam, optional unsigned long) on worklet_node with too few arguments must throw TypeError] expected: FAIL - [AudioParamMap interface: existence and properties of interface prototype object's @@unscopables property] + [AudioNode interface: new ConvolverNode(context) must inherit property "connect(AudioNode, optional unsigned long, optional unsigned long)" with the proper type] expected: FAIL - [AudioParamMap interface: maplike<DOMString, AudioParam>] + [AudioNode interface: new WaveShaperNode(context) must inherit property "connect(AudioNode, optional unsigned long, optional unsigned long)" with the proper type] expected: FAIL - [AudioParamMap must be primary interface of worklet_node.parameters] + [BaseAudioContext interface: context must inherit property "createIIRFilter(sequence<double>, sequence<double>)" with the proper type] expected: FAIL - [Stringification of worklet_node.parameters] + [BaseAudioContext interface: calling createDelay(optional double) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] expected: FAIL - [AudioWorkletNode interface: existence and properties of interface object] + [AudioNode interface: new DelayNode(context) must inherit property "connect(AudioParam, optional unsigned long)" with the proper type] expected: FAIL - [AudioWorkletNode interface object length] + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "connect(AudioParam, optional unsigned long)" with the proper type] expected: FAIL - [AudioWorkletNode interface object name] + [AudioNode interface: new WaveShaperNode(context) must inherit property "connect(AudioParam, optional unsigned long)" with the proper type] expected: FAIL - [AudioWorkletNode interface: existence and properties of interface prototype object] + [BaseAudioContext interface: operation createDelay(optional double)] expected: FAIL - [AudioWorkletNode interface: existence and properties of interface prototype object's "constructor" property] + [AudioNode interface: calling connect(AudioParam, optional unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError] expected: FAIL - [AudioWorkletNode interface: existence and properties of interface prototype object's @@unscopables property] + [AudioNode interface: calling connect(AudioNode, optional unsigned long, optional unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError] expected: FAIL - [AudioWorkletNode interface: attribute parameters] + [AudioContext interface: attribute sinkId] expected: FAIL - [AudioWorkletNode interface: attribute port] + [AudioContext interface: attribute renderCapacity] expected: FAIL - [AudioWorkletNode interface: attribute onprocessorerror] + [AudioContext interface: attribute onsinkchange] expected: FAIL - [AudioWorkletNode must be primary interface of worklet_node] + [AudioContext interface: operation setSinkId((DOMString or AudioSinkOptions))] expected: FAIL - [Stringification of worklet_node] + [AudioContext interface: context must inherit property "sinkId" with the proper type] expected: FAIL - [AudioWorkletNode interface: worklet_node must inherit property "parameters" with the proper type] + [AudioContext interface: context must inherit property "renderCapacity" with the proper type] expected: FAIL - [AudioWorkletNode interface: worklet_node must inherit property "port" with the proper type] + [AudioContext interface: context must inherit property "onsinkchange" with the proper type] expected: FAIL - [AudioWorkletNode interface: worklet_node must inherit property "onprocessorerror" with the proper type] + [AudioContext interface: context must inherit property "setSinkId((DOMString or AudioSinkOptions))" with the proper type] expected: FAIL - [AudioNode interface: worklet_node must inherit property "connect(AudioNode, optional unsigned long, optional unsigned long)" with the proper type] + [AudioContext interface: calling setSinkId((DOMString or AudioSinkOptions)) on context with too few arguments must throw TypeError] expected: FAIL - [AudioNode interface: calling connect(AudioNode, optional unsigned long, optional unsigned long) on worklet_node with too few arguments must throw TypeError] + [AudioSinkInfo interface: existence and properties of interface object] expected: FAIL - [AudioNode interface: worklet_node must inherit property "connect(AudioParam, optional unsigned long)" with the proper type] + [AudioSinkInfo interface object length] expected: FAIL - [AudioNode interface: calling connect(AudioParam, optional unsigned long) on worklet_node with too few arguments must throw TypeError] + [AudioSinkInfo interface object name] expected: FAIL - [AudioNode interface: worklet_node must inherit property "disconnect()" with the proper type] + [AudioSinkInfo interface: existence and properties of interface prototype object] expected: FAIL - [AudioNode interface: worklet_node must inherit property "disconnect(unsigned long)" with the proper type] + [AudioSinkInfo interface: existence and properties of interface prototype object's "constructor" property] expected: FAIL - [AudioNode interface: calling disconnect(unsigned long) on worklet_node with too few arguments must throw TypeError] + [AudioSinkInfo interface: existence and properties of interface prototype object's @@unscopables property] expected: FAIL - [AudioNode interface: worklet_node must inherit property "disconnect(AudioNode)" with the proper type] + [AudioSinkInfo interface: attribute type] expected: FAIL - [AudioNode interface: calling disconnect(AudioNode) on worklet_node with too few arguments must throw TypeError] + [AudioRenderCapacity interface: existence and properties of interface object] expected: FAIL - [AudioNode interface: worklet_node must inherit property "disconnect(AudioNode, unsigned long)" with the proper type] + [AudioRenderCapacity interface object length] expected: FAIL - [AudioNode interface: calling disconnect(AudioNode, unsigned long) on worklet_node with too few arguments must throw TypeError] + [AudioRenderCapacity interface object name] expected: FAIL - [AudioNode interface: worklet_node must inherit property "disconnect(AudioNode, unsigned long, unsigned long)" with the proper type] + [AudioRenderCapacity interface: existence and properties of interface prototype object] expected: FAIL - [AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on worklet_node with too few arguments must throw TypeError] + [AudioRenderCapacity interface: existence and properties of interface prototype object's "constructor" property] expected: FAIL - [AudioNode interface: worklet_node must inherit property "disconnect(AudioParam)" with the proper type] + [AudioRenderCapacity interface: existence and properties of interface prototype object's @@unscopables property] expected: FAIL - [AudioNode interface: calling disconnect(AudioParam) on worklet_node with too few arguments must throw TypeError] + [AudioRenderCapacity interface: operation start(optional AudioRenderCapacityOptions)] expected: FAIL - [AudioNode interface: worklet_node must inherit property "disconnect(AudioParam, unsigned long)" with the proper type] + [AudioRenderCapacity interface: operation stop()] expected: FAIL - [AudioNode interface: calling disconnect(AudioParam, unsigned long) on worklet_node with too few arguments must throw TypeError] + [AudioRenderCapacity interface: attribute onupdate] expected: FAIL - [AudioNode interface: worklet_node must inherit property "context" with the proper type] + [AudioRenderCapacityEvent interface: existence and properties of interface object] expected: FAIL - [AudioNode interface: worklet_node must inherit property "numberOfInputs" with the proper type] + [AudioRenderCapacityEvent interface object length] expected: FAIL - [AudioNode interface: worklet_node must inherit property "numberOfOutputs" with the proper type] + [AudioRenderCapacityEvent interface object name] expected: FAIL - [AudioNode interface: worklet_node must inherit property "channelCount" with the proper type] + [AudioRenderCapacityEvent interface: existence and properties of interface prototype object] expected: FAIL - [AudioNode interface: worklet_node must inherit property "channelCountMode" with the proper type] + [AudioRenderCapacityEvent interface: existence and properties of interface prototype object's "constructor" property] expected: FAIL - [AudioNode interface: worklet_node must inherit property "channelInterpretation" with the proper type] + [AudioRenderCapacityEvent interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [AudioRenderCapacityEvent interface: attribute timestamp] + expected: FAIL + + [AudioRenderCapacityEvent interface: attribute averageLoad] + expected: FAIL + + [AudioRenderCapacityEvent interface: attribute peakLoad] + expected: FAIL + + [AudioRenderCapacityEvent interface: attribute underrunRatio] + expected: FAIL + + [AudioWorklet interface: attribute port] + expected: FAIL + + [AudioWorklet interface: context.audioWorklet must inherit property "port" with the proper type] + expected: FAIL + + [AudioParamMap interface: maplike<DOMString, AudioParam>] expected: FAIL |