servo/tests/wpt/metadata/webaudio/idlharness.https.window.js.ini
2018-08-20 18:22:29 -04:00

2365 lines
102 KiB
INI

[idlharness.https.window.html]
[idlharness]
expected: FAIL
[Test driver]
expected: FAIL
[BaseAudioContext interface: attribute listener]
expected: FAIL
[BaseAudioContext interface: attribute audioWorklet]
expected: FAIL
[BaseAudioContext interface: operation createAnalyser()]
expected: FAIL
[BaseAudioContext interface: operation createBiquadFilter()]
expected: FAIL
[BaseAudioContext interface: operation createChannelMerger(unsigned long)]
expected: FAIL
[BaseAudioContext interface: operation createChannelSplitter(unsigned long)]
expected: FAIL
[BaseAudioContext interface: operation createConstantSource()]
expected: FAIL
[BaseAudioContext interface: operation createConvolver()]
expected: FAIL
[BaseAudioContext interface: operation createDelay(double)]
expected: FAIL
[BaseAudioContext interface: operation createDynamicsCompressor()]
expected: FAIL
[BaseAudioContext interface: operation createIIRFilter([object Object\], [object Object\])]
expected: FAIL
[BaseAudioContext interface: operation createPanner()]
expected: FAIL
[BaseAudioContext interface: operation createPeriodicWave([object Object\], [object Object\], PeriodicWaveConstraints)]
expected: FAIL
[BaseAudioContext interface: operation createScriptProcessor(unsigned long, unsigned long, unsigned long)]
expected: FAIL
[BaseAudioContext interface: operation createStereoPanner()]
expected: FAIL
[BaseAudioContext interface: operation createWaveShaper()]
expected: FAIL
[BaseAudioContext interface: operation decodeAudioData(ArrayBuffer, DecodeSuccessCallback, DecodeErrorCallback)]
expected: FAIL
[BaseAudioContext interface: operation resume()]
expected: FAIL
[AudioContext interface: operation suspend()]
expected: FAIL
[AudioContext interface: operation close()]
expected: FAIL
[AudioContext interface: operation createMediaElementSource(HTMLMediaElement)]
expected: FAIL
[AudioContext interface: operation createMediaStreamSource(MediaStream)]
expected: FAIL
[AudioContext interface: operation createMediaStreamTrackSource(MediaStreamTrack)]
expected: FAIL
[AudioContext interface: operation createMediaStreamDestination()]
expected: FAIL
[AudioContext interface: context must inherit property "createMediaElementSource(HTMLMediaElement)" with the proper type]
expected: FAIL
[AudioContext interface: calling createMediaElementSource(HTMLMediaElement) on context with too few arguments must throw TypeError]
expected: FAIL
[AudioContext interface: context must inherit property "createMediaStreamSource(MediaStream)" with the proper type]
expected: FAIL
[AudioContext interface: calling createMediaStreamSource(MediaStream) on context with too few arguments must throw TypeError]
expected: FAIL
[AudioContext interface: context must inherit property "createMediaStreamTrackSource(MediaStreamTrack)" with the proper type]
expected: FAIL
[AudioContext interface: calling createMediaStreamTrackSource(MediaStreamTrack) on context with too few arguments must throw TypeError]
expected: FAIL
[AudioContext interface: context must inherit property "createMediaStreamDestination()" with the proper type]
expected: FAIL
[BaseAudioContext interface: context must inherit property "listener" with the proper type]
expected: FAIL
[BaseAudioContext interface: context must inherit property "audioWorklet" with the proper type]
expected: FAIL
[BaseAudioContext interface: context must inherit property "createAnalyser()" with the proper type]
expected: FAIL
[BaseAudioContext interface: context must inherit property "createBiquadFilter()" with the proper type]
expected: FAIL
[BaseAudioContext interface: context must inherit property "createChannelMerger(unsigned long)" with the proper type]
expected: FAIL
[BaseAudioContext interface: calling createChannelMerger(unsigned long) on context with too few arguments must throw TypeError]
expected: FAIL
[BaseAudioContext interface: context must inherit property "createChannelSplitter(unsigned long)" with the proper type]
expected: FAIL
[BaseAudioContext interface: calling createChannelSplitter(unsigned long) on context with too few arguments must throw TypeError]
expected: FAIL
[BaseAudioContext interface: context must inherit property "createConstantSource()" with the proper type]
expected: FAIL
[BaseAudioContext interface: context must inherit property "createConvolver()" with the proper type]
expected: FAIL
[BaseAudioContext interface: context must inherit property "createDelay(double)" with the proper type]
expected: FAIL
[BaseAudioContext interface: calling createDelay(double) on context with too few arguments must throw TypeError]
expected: FAIL
[BaseAudioContext interface: context must inherit property "createDynamicsCompressor()" with the proper type]
expected: FAIL
[BaseAudioContext interface: context must inherit property "createIIRFilter([object Object\], [object Object\])" with the proper type]
expected: FAIL
[BaseAudioContext interface: calling createIIRFilter([object Object\], [object Object\]) on context with too few arguments must throw TypeError]
expected: FAIL
[BaseAudioContext interface: context must inherit property "createPanner()" with the proper type]
expected: FAIL
[BaseAudioContext interface: context must inherit property "createPeriodicWave([object Object\], [object Object\], PeriodicWaveConstraints)" with the proper type]
expected: FAIL
[BaseAudioContext interface: calling createPeriodicWave([object Object\], [object Object\], PeriodicWaveConstraints) on context with too few arguments must throw TypeError]
expected: FAIL
[BaseAudioContext interface: context must inherit property "createScriptProcessor(unsigned long, unsigned long, unsigned long)" with the proper type]
expected: FAIL
[BaseAudioContext interface: calling createScriptProcessor(unsigned long, unsigned long, unsigned long) on context with too few arguments must throw TypeError]
expected: FAIL
[BaseAudioContext interface: context must inherit property "createStereoPanner()" with the proper type]
expected: FAIL
[BaseAudioContext interface: context must inherit property "createWaveShaper()" with the proper type]
expected: FAIL
[BaseAudioContext interface: calling decodeAudioData(ArrayBuffer, DecodeSuccessCallback, DecodeErrorCallback) on context with too few arguments must throw TypeError]
expected: FAIL
[OfflineAudioContext interface: operation startRendering()]
expected: FAIL
[OfflineAudioContext interface: operation suspend(double)]
expected: FAIL
[OfflineAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "suspend(double)" 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]
expected: FAIL
[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "listener" with the proper type]
expected: FAIL
[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "audioWorklet" with the proper type]
expected: FAIL
[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createAnalyser()" with the proper type]
expected: FAIL
[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createBiquadFilter()" with the proper type]
expected: FAIL
[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createChannelMerger(unsigned long)" with the proper type]
expected: FAIL
[BaseAudioContext interface: calling createChannelMerger(unsigned long) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError]
expected: FAIL
[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createChannelSplitter(unsigned long)" with the proper type]
expected: FAIL
[BaseAudioContext interface: calling createChannelSplitter(unsigned long) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError]
expected: FAIL
[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createConstantSource()" with the proper type]
expected: FAIL
[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createConvolver()" with the proper type]
expected: FAIL
[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createDelay(double)" with the proper type]
expected: FAIL
[BaseAudioContext interface: calling createDelay(double) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError]
expected: FAIL
[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createDynamicsCompressor()" with the proper type]
expected: FAIL
[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createIIRFilter([object Object\], [object Object\])" with the proper type]
expected: FAIL
[BaseAudioContext interface: calling createIIRFilter([object Object\], [object Object\]) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError]
expected: FAIL
[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createPanner()" with the proper type]
expected: FAIL
[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createPeriodicWave([object Object\], [object Object\], PeriodicWaveConstraints)" with the proper type]
expected: FAIL
[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
[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createScriptProcessor(unsigned long, unsigned long, unsigned long)" with the proper type]
expected: FAIL
[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
[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createStereoPanner()" with the proper type]
expected: FAIL
[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createWaveShaper()" with the proper type]
expected: FAIL
[BaseAudioContext interface: calling decodeAudioData(ArrayBuffer, DecodeSuccessCallback, DecodeErrorCallback) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError]
expected: FAIL
[AudioParam interface: operation setValueCurveAtTime([object Object\], double, double)]
expected: FAIL
[AudioParam interface: new AudioBufferSourceNode(context).playbackRate must inherit property "setValueCurveAtTime([object Object\], double, double)" with the proper type]
expected: FAIL
[AudioParam interface: calling setValueCurveAtTime([object Object\], double, double) on new AudioBufferSourceNode(context).playbackRate with too few arguments must throw TypeError]
expected: FAIL
[AnalyserNode interface: existence and properties of interface object]
expected: FAIL
[AnalyserNode interface object length]
expected: FAIL
[AnalyserNode interface object name]
expected: FAIL
[AnalyserNode interface: existence and properties of interface prototype object]
expected: FAIL
[AnalyserNode interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[AnalyserNode interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[AnalyserNode interface: operation getFloatFrequencyData(Float32Array)]
expected: FAIL
[AnalyserNode interface: operation getByteFrequencyData(Uint8Array)]
expected: FAIL
[AnalyserNode interface: operation getFloatTimeDomainData(Float32Array)]
expected: FAIL
[AnalyserNode interface: operation getByteTimeDomainData(Uint8Array)]
expected: FAIL
[AnalyserNode interface: attribute fftSize]
expected: FAIL
[AnalyserNode interface: attribute frequencyBinCount]
expected: FAIL
[AnalyserNode interface: attribute minDecibels]
expected: FAIL
[AnalyserNode interface: attribute maxDecibels]
expected: FAIL
[AnalyserNode interface: attribute smoothingTimeConstant]
expected: FAIL
[AnalyserNode must be primary interface of new AnalyserNode(context)]
expected: FAIL
[Stringification of new AnalyserNode(context)]
expected: FAIL
[AnalyserNode interface: new AnalyserNode(context) must inherit property "getFloatFrequencyData(Float32Array)" with the proper type]
expected: FAIL
[AnalyserNode interface: calling getFloatFrequencyData(Float32Array) on new AnalyserNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AnalyserNode interface: new AnalyserNode(context) must inherit property "getByteFrequencyData(Uint8Array)" with the proper type]
expected: FAIL
[AnalyserNode interface: calling getByteFrequencyData(Uint8Array) on new AnalyserNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AnalyserNode interface: new AnalyserNode(context) must inherit property "getFloatTimeDomainData(Float32Array)" with the proper type]
expected: FAIL
[AnalyserNode interface: calling getFloatTimeDomainData(Float32Array) on new AnalyserNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AnalyserNode interface: new AnalyserNode(context) must inherit property "getByteTimeDomainData(Uint8Array)" with the proper type]
expected: FAIL
[AnalyserNode interface: calling getByteTimeDomainData(Uint8Array) on new AnalyserNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AnalyserNode interface: new AnalyserNode(context) must inherit property "fftSize" with the proper type]
expected: FAIL
[AnalyserNode interface: new AnalyserNode(context) must inherit property "frequencyBinCount" with the proper type]
expected: FAIL
[AnalyserNode interface: new AnalyserNode(context) must inherit property "minDecibels" with the proper type]
expected: FAIL
[AnalyserNode interface: new AnalyserNode(context) must inherit property "maxDecibels" with the proper type]
expected: FAIL
[AnalyserNode interface: new AnalyserNode(context) must inherit property "smoothingTimeConstant" with the proper type]
expected: FAIL
[AudioNode interface: new AnalyserNode(context) must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new AnalyserNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new AnalyserNode(context) must inherit property "connect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioParam, unsigned long) on new AnalyserNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new AnalyserNode(context) must inherit property "disconnect()" with the proper type]
expected: FAIL
[AudioNode interface: new AnalyserNode(context) must inherit property "disconnect(unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(unsigned long) on new AnalyserNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new AnalyserNode(context) must inherit property "disconnect(AudioNode)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode) on new AnalyserNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new AnalyserNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode, unsigned long) on new AnalyserNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new AnalyserNode(context) 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 new AnalyserNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new AnalyserNode(context) must inherit property "disconnect(AudioParam)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam) on new AnalyserNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new AnalyserNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam, unsigned long) on new AnalyserNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new AnalyserNode(context) must inherit property "context" with the proper type]
expected: FAIL
[AudioNode interface: new AnalyserNode(context) must inherit property "numberOfInputs" with the proper type]
expected: FAIL
[AudioNode interface: new AnalyserNode(context) must inherit property "numberOfOutputs" with the proper type]
expected: FAIL
[AudioNode interface: new AnalyserNode(context) must inherit property "channelCount" with the proper type]
expected: FAIL
[AudioNode interface: new AnalyserNode(context) must inherit property "channelCountMode" with the proper type]
expected: FAIL
[AudioNode interface: new AnalyserNode(context) must inherit property "channelInterpretation" with the proper type]
expected: FAIL
[AudioListener interface: existence and properties of interface object]
expected: FAIL
[AudioListener interface object length]
expected: FAIL
[AudioListener interface object name]
expected: FAIL
[AudioListener interface: existence and properties of interface prototype object]
expected: FAIL
[AudioListener interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[AudioListener interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[AudioListener interface: attribute positionX]
expected: FAIL
[AudioListener interface: attribute positionY]
expected: FAIL
[AudioListener interface: attribute positionZ]
expected: FAIL
[AudioListener interface: attribute forwardX]
expected: FAIL
[AudioListener interface: attribute forwardY]
expected: FAIL
[AudioListener interface: attribute forwardZ]
expected: FAIL
[AudioListener interface: attribute upX]
expected: FAIL
[AudioListener interface: attribute upY]
expected: FAIL
[AudioListener interface: attribute upZ]
expected: FAIL
[AudioListener interface: operation setPosition(float, float, float)]
expected: FAIL
[AudioListener interface: operation setOrientation(float, float, float, float, float, float)]
expected: FAIL
[AudioListener must be primary interface of context.listener]
expected: FAIL
[Stringification of context.listener]
expected: FAIL
[AudioListener interface: context.listener must inherit property "positionX" with the proper type]
expected: FAIL
[AudioListener interface: context.listener must inherit property "positionY" with the proper type]
expected: FAIL
[AudioListener interface: context.listener must inherit property "positionZ" with the proper type]
expected: FAIL
[AudioListener interface: context.listener must inherit property "forwardX" with the proper type]
expected: FAIL
[AudioListener interface: context.listener must inherit property "forwardY" with the proper type]
expected: FAIL
[AudioListener interface: context.listener must inherit property "forwardZ" with the proper type]
expected: FAIL
[AudioListener interface: context.listener must inherit property "upX" with the proper type]
expected: FAIL
[AudioListener interface: context.listener must inherit property "upY" with the proper type]
expected: FAIL
[AudioListener interface: context.listener must inherit property "upZ" with the proper type]
expected: FAIL
[AudioListener interface: context.listener must inherit property "setPosition(float, float, float)" with the proper type]
expected: FAIL
[AudioListener interface: calling setPosition(float, float, float) on context.listener with too few arguments must throw TypeError]
expected: FAIL
[AudioListener interface: context.listener must inherit property "setOrientation(float, float, float, float, float, float)" with the proper type]
expected: FAIL
[AudioListener interface: calling setOrientation(float, float, float, float, float, float) on context.listener with too few arguments must throw TypeError]
expected: FAIL
[AudioProcessingEvent interface: existence and properties of interface object]
expected: FAIL
[AudioProcessingEvent interface object length]
expected: FAIL
[AudioProcessingEvent interface object name]
expected: FAIL
[AudioProcessingEvent interface: existence and properties of interface prototype object]
expected: FAIL
[AudioProcessingEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[AudioProcessingEvent interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[AudioProcessingEvent interface: attribute playbackTime]
expected: FAIL
[AudioProcessingEvent interface: attribute inputBuffer]
expected: FAIL
[AudioProcessingEvent interface: attribute outputBuffer]
expected: FAIL
[AudioProcessingEvent must be primary interface of new AudioProcessingEvent('', {\n playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n })]
expected: FAIL
[Stringification of new AudioProcessingEvent('', {\n playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n })]
expected: FAIL
[AudioProcessingEvent interface: new AudioProcessingEvent('', {\n playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n }) must inherit property "playbackTime" 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]
expected: FAIL
[AudioProcessingEvent interface: new AudioProcessingEvent('', {\n playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n }) must inherit property "outputBuffer" with the proper type]
expected: FAIL
[BiquadFilterNode interface: existence and properties of interface object]
expected: FAIL
[BiquadFilterNode interface object length]
expected: FAIL
[BiquadFilterNode interface object name]
expected: FAIL
[BiquadFilterNode interface: existence and properties of interface prototype object]
expected: FAIL
[BiquadFilterNode interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[BiquadFilterNode interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[BiquadFilterNode interface: attribute type]
expected: FAIL
[BiquadFilterNode interface: attribute frequency]
expected: FAIL
[BiquadFilterNode interface: attribute detune]
expected: FAIL
[BiquadFilterNode interface: attribute Q]
expected: FAIL
[BiquadFilterNode interface: attribute gain]
expected: FAIL
[BiquadFilterNode interface: operation getFrequencyResponse(Float32Array, Float32Array, Float32Array)]
expected: FAIL
[BiquadFilterNode must be primary interface of new BiquadFilterNode(context)]
expected: FAIL
[Stringification of new BiquadFilterNode(context)]
expected: FAIL
[BiquadFilterNode interface: new BiquadFilterNode(context) must inherit property "type" with the proper type]
expected: FAIL
[BiquadFilterNode interface: new BiquadFilterNode(context) must inherit property "frequency" with the proper type]
expected: FAIL
[BiquadFilterNode interface: new BiquadFilterNode(context) must inherit property "detune" with the proper type]
expected: FAIL
[BiquadFilterNode interface: new BiquadFilterNode(context) must inherit property "Q" with the proper type]
expected: FAIL
[BiquadFilterNode interface: new BiquadFilterNode(context) must inherit property "gain" with the proper type]
expected: FAIL
[BiquadFilterNode interface: new BiquadFilterNode(context) must inherit property "getFrequencyResponse(Float32Array, Float32Array, Float32Array)" with the proper type]
expected: FAIL
[BiquadFilterNode interface: calling getFrequencyResponse(Float32Array, Float32Array, Float32Array) on new BiquadFilterNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new BiquadFilterNode(context) must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new BiquadFilterNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new BiquadFilterNode(context) must inherit property "connect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioParam, unsigned long) on new BiquadFilterNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new BiquadFilterNode(context) must inherit property "disconnect()" with the proper type]
expected: FAIL
[AudioNode interface: new BiquadFilterNode(context) must inherit property "disconnect(unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(unsigned long) on new BiquadFilterNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new BiquadFilterNode(context) must inherit property "disconnect(AudioNode)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode) on new BiquadFilterNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new BiquadFilterNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode, unsigned long) on new BiquadFilterNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new BiquadFilterNode(context) 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 new BiquadFilterNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new BiquadFilterNode(context) must inherit property "disconnect(AudioParam)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam) on new BiquadFilterNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new BiquadFilterNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam, unsigned long) on new BiquadFilterNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new BiquadFilterNode(context) must inherit property "context" with the proper type]
expected: FAIL
[AudioNode interface: new BiquadFilterNode(context) must inherit property "numberOfInputs" with the proper type]
expected: FAIL
[AudioNode interface: new BiquadFilterNode(context) must inherit property "numberOfOutputs" with the proper type]
expected: FAIL
[AudioNode interface: new BiquadFilterNode(context) must inherit property "channelCount" with the proper type]
expected: FAIL
[AudioNode interface: new BiquadFilterNode(context) must inherit property "channelCountMode" with the proper type]
expected: FAIL
[AudioNode interface: new BiquadFilterNode(context) must inherit property "channelInterpretation" with the proper type]
expected: FAIL
[ChannelMergerNode interface: existence and properties of interface object]
expected: FAIL
[ChannelMergerNode interface object length]
expected: FAIL
[ChannelMergerNode interface object name]
expected: FAIL
[ChannelMergerNode interface: existence and properties of interface prototype object]
expected: FAIL
[ChannelMergerNode interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[ChannelMergerNode interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[ChannelMergerNode must be primary interface of new ChannelMergerNode(context)]
expected: FAIL
[Stringification of new ChannelMergerNode(context)]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new ChannelMergerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "connect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioParam, unsigned long) on new ChannelMergerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "disconnect()" with the proper type]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "disconnect(unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(unsigned long) on new ChannelMergerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "disconnect(AudioNode)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode) on new ChannelMergerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode, unsigned long) on new ChannelMergerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) 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 new ChannelMergerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "disconnect(AudioParam)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam) on new ChannelMergerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam, unsigned long) on new ChannelMergerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "context" with the proper type]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "numberOfInputs" with the proper type]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "numberOfOutputs" with the proper type]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "channelCount" with the proper type]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "channelCountMode" with the proper type]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "channelInterpretation" with the proper type]
expected: FAIL
[ChannelSplitterNode interface: existence and properties of interface object]
expected: FAIL
[ChannelSplitterNode interface object length]
expected: FAIL
[ChannelSplitterNode interface object name]
expected: FAIL
[ChannelSplitterNode interface: existence and properties of interface prototype object]
expected: FAIL
[ChannelSplitterNode interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[ChannelSplitterNode interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[ChannelSplitterNode must be primary interface of new ChannelSplitterNode(context)]
expected: FAIL
[Stringification of new ChannelSplitterNode(context)]
expected: FAIL
[AudioNode interface: new ChannelSplitterNode(context) must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new ChannelSplitterNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelSplitterNode(context) must inherit property "connect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioParam, unsigned long) on new ChannelSplitterNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelSplitterNode(context) must inherit property "disconnect()" with the proper type]
expected: FAIL
[AudioNode interface: new ChannelSplitterNode(context) must inherit property "disconnect(unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(unsigned long) on new ChannelSplitterNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelSplitterNode(context) must inherit property "disconnect(AudioNode)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode) on new ChannelSplitterNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelSplitterNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode, unsigned long) on new ChannelSplitterNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelSplitterNode(context) 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 new ChannelSplitterNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelSplitterNode(context) must inherit property "disconnect(AudioParam)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam) on new ChannelSplitterNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelSplitterNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam, unsigned long) on new ChannelSplitterNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelSplitterNode(context) must inherit property "context" with the proper type]
expected: FAIL
[AudioNode interface: new ChannelSplitterNode(context) must inherit property "numberOfInputs" with the proper type]
expected: FAIL
[AudioNode interface: new ChannelSplitterNode(context) must inherit property "numberOfOutputs" with the proper type]
expected: FAIL
[AudioNode interface: new ChannelSplitterNode(context) must inherit property "channelCount" with the proper type]
expected: FAIL
[AudioNode interface: new ChannelSplitterNode(context) must inherit property "channelCountMode" with the proper type]
expected: FAIL
[AudioNode interface: new ChannelSplitterNode(context) must inherit property "channelInterpretation" with the proper type]
expected: FAIL
[ConstantSourceNode interface: existence and properties of interface object]
expected: FAIL
[ConstantSourceNode interface object length]
expected: FAIL
[ConstantSourceNode interface object name]
expected: FAIL
[ConstantSourceNode interface: existence and properties of interface prototype object]
expected: FAIL
[ConstantSourceNode interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[ConstantSourceNode interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[ConstantSourceNode interface: attribute offset]
expected: FAIL
[ConstantSourceNode must be primary interface of new ConstantSourceNode(context)]
expected: FAIL
[Stringification of new ConstantSourceNode(context)]
expected: FAIL
[ConstantSourceNode interface: new ConstantSourceNode(context) must inherit property "offset" with the proper type]
expected: FAIL
[AudioScheduledSourceNode interface: new ConstantSourceNode(context) must inherit property "onended" with the proper type]
expected: FAIL
[AudioScheduledSourceNode interface: new ConstantSourceNode(context) must inherit property "start(double)" with the proper type]
expected: FAIL
[AudioScheduledSourceNode interface: calling start(double) on new ConstantSourceNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioScheduledSourceNode interface: new ConstantSourceNode(context) must inherit property "stop(double)" with the proper type]
expected: FAIL
[AudioScheduledSourceNode interface: calling stop(double) on new ConstantSourceNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ConstantSourceNode(context) must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new ConstantSourceNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ConstantSourceNode(context) must inherit property "connect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioParam, unsigned long) on new ConstantSourceNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ConstantSourceNode(context) must inherit property "disconnect()" with the proper type]
expected: FAIL
[AudioNode interface: new ConstantSourceNode(context) must inherit property "disconnect(unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(unsigned long) on new ConstantSourceNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ConstantSourceNode(context) must inherit property "disconnect(AudioNode)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode) on new ConstantSourceNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ConstantSourceNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode, unsigned long) on new ConstantSourceNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ConstantSourceNode(context) 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 new ConstantSourceNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ConstantSourceNode(context) must inherit property "disconnect(AudioParam)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam) on new ConstantSourceNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ConstantSourceNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam, unsigned long) on new ConstantSourceNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ConstantSourceNode(context) must inherit property "context" with the proper type]
expected: FAIL
[AudioNode interface: new ConstantSourceNode(context) must inherit property "numberOfInputs" with the proper type]
expected: FAIL
[AudioNode interface: new ConstantSourceNode(context) must inherit property "numberOfOutputs" with the proper type]
expected: FAIL
[AudioNode interface: new ConstantSourceNode(context) must inherit property "channelCount" with the proper type]
expected: FAIL
[AudioNode interface: new ConstantSourceNode(context) must inherit property "channelCountMode" with the proper type]
expected: FAIL
[AudioNode interface: new ConstantSourceNode(context) must inherit property "channelInterpretation" with the proper type]
expected: FAIL
[ConvolverNode interface: existence and properties of interface object]
expected: FAIL
[ConvolverNode interface object length]
expected: FAIL
[ConvolverNode interface object name]
expected: FAIL
[ConvolverNode interface: existence and properties of interface prototype object]
expected: FAIL
[ConvolverNode interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[ConvolverNode interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[ConvolverNode interface: attribute buffer]
expected: FAIL
[ConvolverNode interface: attribute normalize]
expected: FAIL
[ConvolverNode must be primary interface of new ConvolverNode(context)]
expected: FAIL
[Stringification of new ConvolverNode(context)]
expected: FAIL
[ConvolverNode interface: new ConvolverNode(context) must inherit property "buffer" with the proper type]
expected: FAIL
[ConvolverNode interface: new ConvolverNode(context) must inherit property "normalize" with the proper type]
expected: FAIL
[AudioNode interface: new ConvolverNode(context) must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ConvolverNode(context) must inherit property "connect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioParam, unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError]
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]
expected: FAIL
[AudioNode interface: calling disconnect(unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ConvolverNode(context) must inherit property "disconnect(AudioNode)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode) on new ConvolverNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ConvolverNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode, unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ConvolverNode(context) 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 new ConvolverNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ConvolverNode(context) must inherit property "disconnect(AudioParam)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam) on new ConvolverNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ConvolverNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam, unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ConvolverNode(context) must inherit property "context" with the proper type]
expected: FAIL
[AudioNode interface: new ConvolverNode(context) must inherit property "numberOfInputs" 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]
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]
expected: FAIL
[DelayNode interface: existence and properties of interface object]
expected: FAIL
[DelayNode interface object length]
expected: FAIL
[DelayNode interface object name]
expected: FAIL
[DelayNode interface: existence and properties of interface prototype object]
expected: FAIL
[DelayNode 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]
expected: FAIL
[DelayNode interface: attribute delayTime]
expected: FAIL
[DelayNode must be primary interface of new DelayNode(context)]
expected: FAIL
[Stringification of new DelayNode(context)]
expected: FAIL
[DelayNode interface: new DelayNode(context) must inherit property "delayTime" with the proper type]
expected: FAIL
[AudioNode interface: new DelayNode(context) must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new DelayNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new DelayNode(context) must inherit property "connect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioParam, unsigned long) on new DelayNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new DelayNode(context) must inherit property "disconnect()" with the proper type]
expected: FAIL
[AudioNode interface: new DelayNode(context) must inherit property "disconnect(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]
expected: FAIL
[AudioNode interface: new DelayNode(context) must inherit property "disconnect(AudioNode)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode) on new DelayNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new DelayNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode, unsigned long) on new DelayNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new DelayNode(context) 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 new DelayNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new DelayNode(context) must inherit property "disconnect(AudioParam)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam) on new DelayNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new DelayNode(context) must inherit property "disconnect(AudioParam, 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]
expected: FAIL
[AudioNode interface: new DelayNode(context) must inherit property "numberOfInputs" with the proper type]
expected: FAIL
[AudioNode interface: new DelayNode(context) must inherit property "numberOfOutputs" with the proper type]
expected: FAIL
[AudioNode interface: new DelayNode(context) must inherit property "channelCount" with the proper type]
expected: FAIL
[AudioNode interface: new DelayNode(context) must inherit property "channelCountMode" with the proper type]
expected: FAIL
[AudioNode interface: new DelayNode(context) must inherit property "channelInterpretation" with the proper type]
expected: FAIL
[DynamicsCompressorNode interface: existence and properties of interface object]
expected: FAIL
[DynamicsCompressorNode interface object length]
expected: FAIL
[DynamicsCompressorNode interface object name]
expected: FAIL
[DynamicsCompressorNode interface: existence and properties of interface prototype object]
expected: FAIL
[DynamicsCompressorNode interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[DynamicsCompressorNode interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[DynamicsCompressorNode interface: attribute threshold]
expected: FAIL
[DynamicsCompressorNode interface: attribute knee]
expected: FAIL
[DynamicsCompressorNode interface: attribute ratio]
expected: FAIL
[DynamicsCompressorNode interface: attribute reduction]
expected: FAIL
[DynamicsCompressorNode interface: attribute attack]
expected: FAIL
[DynamicsCompressorNode interface: attribute release]
expected: FAIL
[DynamicsCompressorNode must be primary interface of new DynamicsCompressorNode(context)]
expected: FAIL
[Stringification of new DynamicsCompressorNode(context)]
expected: FAIL
[DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property "threshold" with the proper type]
expected: FAIL
[DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property "knee" with the proper type]
expected: FAIL
[DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property "ratio" with the proper type]
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]
expected: FAIL
[DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property "release" with the proper type]
expected: FAIL
[AudioNode interface: new DynamicsCompressorNode(context) must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new DynamicsCompressorNode(context) must inherit property "connect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioParam, unsigned long) on new DynamicsCompressorNode(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]
expected: FAIL
[AudioNode interface: calling disconnect(unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect(AudioNode)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode, unsigned long) on new DynamicsCompressorNode(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]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect(AudioParam)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type]
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]
expected: FAIL
[AudioNode interface: new DynamicsCompressorNode(context) must inherit property "numberOfInputs" with the proper type]
expected: FAIL
[AudioNode interface: new DynamicsCompressorNode(context) must inherit property "numberOfOutputs" with the proper type]
expected: FAIL
[AudioNode interface: new DynamicsCompressorNode(context) must inherit property "channelCount" with the proper type]
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 "channelInterpretation" with the proper type]
expected: FAIL
[IIRFilterNode interface: existence and properties of interface object]
expected: FAIL
[IIRFilterNode interface object length]
expected: FAIL
[IIRFilterNode interface object name]
expected: FAIL
[IIRFilterNode interface: existence and properties of interface prototype object]
expected: FAIL
[IIRFilterNode interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[IIRFilterNode interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[IIRFilterNode interface: operation getFrequencyResponse(Float32Array, Float32Array, Float32Array)]
expected: FAIL
[IIRFilterNode must be primary interface of new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]})]
expected: FAIL
[Stringification of new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]})]
expected: FAIL
[IIRFilterNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "getFrequencyResponse(Float32Array, Float32Array, Float32Array)" with the proper type]
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, unsigned long, unsigned long)" with the proper type]
expected: FAIL
[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
[AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "connect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioParam, unsigned long) 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 "disconnect()" 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: calling disconnect(unsigned long) 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 "disconnect(AudioNode)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode) 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 "disconnect(AudioNode, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode, unsigned long) 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 "disconnect(AudioNode, unsigned long, unsigned long)" 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]
expected: FAIL
[AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "disconnect(AudioParam)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam) 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 "disconnect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam, unsigned long) 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 "context" with the proper type]
expected: FAIL
[AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "numberOfInputs" with the proper type]
expected: FAIL
[AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "numberOfOutputs" with the proper type]
expected: FAIL
[AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "channelCount" with the proper type]
expected: FAIL
[AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "channelCountMode" with the proper type]
expected: FAIL
[AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "channelInterpretation" with the proper type]
expected: FAIL
[MediaElementAudioSourceNode interface: existence and properties of interface object]
expected: FAIL
[MediaElementAudioSourceNode interface object length]
expected: FAIL
[MediaElementAudioSourceNode interface object name]
expected: FAIL
[MediaElementAudioSourceNode interface: existence and properties of interface prototype object]
expected: FAIL
[MediaElementAudioSourceNode interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[MediaElementAudioSourceNode interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[MediaElementAudioSourceNode interface: attribute mediaElement]
expected: FAIL
[MediaElementAudioSourceNode must be primary interface of new MediaElementAudioSourceNode(context, {mediaElement: new Audio})]
expected: FAIL
[Stringification of new MediaElementAudioSourceNode(context, {mediaElement: new Audio})]
expected: FAIL
[MediaElementAudioSourceNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property "mediaElement" with the proper type]
expected: FAIL
[AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property "connect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioParam, unsigned long) on new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property "disconnect()" with the proper type]
expected: FAIL
[AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property "disconnect(unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(unsigned long) on new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property "disconnect(AudioNode)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode) on new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode, unsigned long) on new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) 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 new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property "disconnect(AudioParam)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam) on new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam, unsigned long) on new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property "context" with the proper type]
expected: FAIL
[AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property "numberOfInputs" with the proper type]
expected: FAIL
[AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property "numberOfOutputs" with the proper type]
expected: FAIL
[AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property "channelCount" with the proper type]
expected: FAIL
[AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property "channelCountMode" with the proper type]
expected: FAIL
[AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property "channelInterpretation" with the proper type]
expected: FAIL
[MediaStreamAudioDestinationNode interface: existence and properties of interface object]
expected: FAIL
[MediaStreamAudioDestinationNode interface object length]
expected: FAIL
[MediaStreamAudioDestinationNode interface object name]
expected: FAIL
[MediaStreamAudioDestinationNode interface: existence and properties of interface prototype object]
expected: FAIL
[MediaStreamAudioDestinationNode interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[MediaStreamAudioDestinationNode interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[MediaStreamAudioDestinationNode interface: attribute stream]
expected: FAIL
[MediaStreamAudioDestinationNode must be primary interface of new MediaStreamAudioDestinationNode(context)]
expected: FAIL
[Stringification of new MediaStreamAudioDestinationNode(context)]
expected: FAIL
[MediaStreamAudioDestinationNode interface: new MediaStreamAudioDestinationNode(context) must inherit property "stream" with the proper type]
expected: FAIL
[AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new MediaStreamAudioDestinationNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property "connect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioParam, unsigned long) on new MediaStreamAudioDestinationNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property "disconnect()" with the proper type]
expected: FAIL
[AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property "disconnect(unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(unsigned long) on new MediaStreamAudioDestinationNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property "disconnect(AudioNode)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode) on new MediaStreamAudioDestinationNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode, unsigned long) on new MediaStreamAudioDestinationNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new MediaStreamAudioDestinationNode(context) 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 new MediaStreamAudioDestinationNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property "disconnect(AudioParam)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam) on new MediaStreamAudioDestinationNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam, unsigned long) on new MediaStreamAudioDestinationNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property "context" with the proper type]
expected: FAIL
[AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property "numberOfInputs" with the proper type]
expected: FAIL
[AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property "numberOfOutputs" with the proper type]
expected: FAIL
[AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property "channelCount" with the proper type]
expected: FAIL
[AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property "channelCountMode" with the proper type]
expected: FAIL
[AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property "channelInterpretation" with the proper type]
expected: FAIL
[MediaStreamAudioSourceNode interface: existence and properties of interface object]
expected: FAIL
[MediaStreamAudioSourceNode interface object length]
expected: FAIL
[MediaStreamAudioSourceNode interface object name]
expected: FAIL
[MediaStreamAudioSourceNode interface: existence and properties of interface prototype object]
expected: FAIL
[MediaStreamAudioSourceNode interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[MediaStreamAudioSourceNode interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[MediaStreamAudioSourceNode interface: attribute mediaStream]
expected: FAIL
[MediaStreamTrackAudioSourceNode interface: existence and properties of interface object]
expected: FAIL
[MediaStreamTrackAudioSourceNode interface object length]
expected: FAIL
[MediaStreamTrackAudioSourceNode interface object name]
expected: FAIL
[MediaStreamTrackAudioSourceNode interface: existence and properties of interface prototype object]
expected: FAIL
[MediaStreamTrackAudioSourceNode interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[MediaStreamTrackAudioSourceNode interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[OscillatorNode interface: attribute type]
expected: FAIL
[OscillatorNode interface: operation setPeriodicWave(PeriodicWave)]
expected: FAIL
[OscillatorNode interface: new OscillatorNode(context) must inherit property "type" with the proper type]
expected: FAIL
[OscillatorNode interface: new OscillatorNode(context) must inherit property "setPeriodicWave(PeriodicWave)" with the proper type]
expected: FAIL
[OscillatorNode interface: calling setPeriodicWave(PeriodicWave) on new OscillatorNode(context) with too few arguments must throw TypeError]
expected: FAIL
[PannerNode interface: existence and properties of interface object]
expected: FAIL
[PannerNode interface object length]
expected: FAIL
[PannerNode interface object name]
expected: FAIL
[PannerNode interface: existence and properties of interface prototype object]
expected: FAIL
[PannerNode interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[PannerNode interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[PannerNode interface: attribute panningModel]
expected: FAIL
[PannerNode interface: attribute positionX]
expected: FAIL
[PannerNode interface: attribute positionY]
expected: FAIL
[PannerNode interface: attribute positionZ]
expected: FAIL
[PannerNode interface: attribute orientationX]
expected: FAIL
[PannerNode interface: attribute orientationY]
expected: FAIL
[PannerNode interface: attribute orientationZ]
expected: FAIL
[PannerNode interface: attribute distanceModel]
expected: FAIL
[PannerNode interface: attribute refDistance]
expected: FAIL
[PannerNode interface: attribute maxDistance]
expected: FAIL
[PannerNode interface: attribute rolloffFactor]
expected: FAIL
[PannerNode interface: attribute coneInnerAngle]
expected: FAIL
[PannerNode interface: attribute coneOuterAngle]
expected: FAIL
[PannerNode interface: attribute coneOuterGain]
expected: FAIL
[PannerNode interface: operation setPosition(float, float, float)]
expected: FAIL
[PannerNode interface: operation setOrientation(float, float, float)]
expected: FAIL
[PannerNode must be primary interface of new PannerNode(context)]
expected: FAIL
[Stringification of new PannerNode(context)]
expected: FAIL
[PannerNode interface: new PannerNode(context) must inherit property "panningModel" with the proper type]
expected: FAIL
[PannerNode interface: new PannerNode(context) must inherit property "positionX" with the proper type]
expected: FAIL
[PannerNode interface: new PannerNode(context) must inherit property "positionY" with the proper type]
expected: FAIL
[PannerNode interface: new PannerNode(context) must inherit property "positionZ" with the proper type]
expected: FAIL
[PannerNode interface: new PannerNode(context) must inherit property "orientationX" with the proper type]
expected: FAIL
[PannerNode interface: new PannerNode(context) must inherit property "orientationY" with the proper type]
expected: FAIL
[PannerNode interface: new PannerNode(context) must inherit property "orientationZ" with the proper type]
expected: FAIL
[PannerNode interface: new PannerNode(context) must inherit property "distanceModel" with the proper type]
expected: FAIL
[PannerNode interface: new PannerNode(context) must inherit property "refDistance" with the proper type]
expected: FAIL
[PannerNode interface: new PannerNode(context) must inherit property "maxDistance" with the proper type]
expected: FAIL
[PannerNode interface: new PannerNode(context) must inherit property "rolloffFactor" with the proper type]
expected: FAIL
[PannerNode interface: new PannerNode(context) must inherit property "coneInnerAngle" with the proper type]
expected: FAIL
[PannerNode interface: new PannerNode(context) must inherit property "coneOuterAngle" with the proper type]
expected: FAIL
[PannerNode interface: new PannerNode(context) must inherit property "coneOuterGain" with the proper type]
expected: FAIL
[PannerNode interface: new PannerNode(context) must inherit property "setPosition(float, float, float)" with the proper type]
expected: FAIL
[PannerNode interface: calling setPosition(float, float, float) on new PannerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[PannerNode interface: new PannerNode(context) must inherit property "setOrientation(float, float, float)" with the proper type]
expected: FAIL
[PannerNode interface: calling setOrientation(float, float, float) on new PannerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new PannerNode(context) must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new PannerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new PannerNode(context) must inherit property "connect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioParam, unsigned long) on new PannerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new PannerNode(context) must inherit property "disconnect()" with the proper type]
expected: FAIL
[AudioNode interface: new PannerNode(context) must inherit property "disconnect(unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(unsigned long) on new PannerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new PannerNode(context) must inherit property "disconnect(AudioNode)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode) on new PannerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new PannerNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode, unsigned long) on new PannerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new PannerNode(context) 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 new PannerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new PannerNode(context) must inherit property "disconnect(AudioParam)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam) on new PannerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new PannerNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam, unsigned long) on new PannerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new PannerNode(context) must inherit property "context" with the proper type]
expected: FAIL
[AudioNode interface: new PannerNode(context) must inherit property "numberOfInputs" with the proper type]
expected: FAIL
[AudioNode interface: new PannerNode(context) must inherit property "numberOfOutputs" with the proper type]
expected: FAIL
[AudioNode interface: new PannerNode(context) must inherit property "channelCount" with the proper type]
expected: FAIL
[AudioNode interface: new PannerNode(context) must inherit property "channelCountMode" with the proper type]
expected: FAIL
[AudioNode interface: new PannerNode(context) must inherit property "channelInterpretation" with the proper type]
expected: FAIL
[PeriodicWave interface: existence and properties of interface object]
expected: FAIL
[PeriodicWave interface object length]
expected: FAIL
[PeriodicWave interface object name]
expected: FAIL
[PeriodicWave interface: existence and properties of interface prototype object]
expected: FAIL
[PeriodicWave interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[PeriodicWave interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[PeriodicWave must be primary interface of new PeriodicWave(context)]
expected: FAIL
[Stringification of new PeriodicWave(context)]
expected: FAIL
[ScriptProcessorNode interface: existence and properties of interface object]
expected: FAIL
[ScriptProcessorNode interface object length]
expected: FAIL
[ScriptProcessorNode interface object name]
expected: FAIL
[ScriptProcessorNode interface: existence and properties of interface prototype object]
expected: FAIL
[ScriptProcessorNode interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[ScriptProcessorNode interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[ScriptProcessorNode interface: attribute onaudioprocess]
expected: FAIL
[ScriptProcessorNode interface: attribute bufferSize]
expected: FAIL
[ScriptProcessorNode must be primary interface of context.createScriptProcessor()]
expected: FAIL
[Stringification of context.createScriptProcessor()]
expected: FAIL
[ScriptProcessorNode interface: context.createScriptProcessor() must inherit property "onaudioprocess" with the proper type]
expected: FAIL
[ScriptProcessorNode interface: context.createScriptProcessor() must inherit property "bufferSize" with the proper type]
expected: FAIL
[AudioNode interface: context.createScriptProcessor() must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: context.createScriptProcessor() must inherit property "connect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioParam, unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: context.createScriptProcessor() must inherit property "disconnect()" with the proper type]
expected: FAIL
[AudioNode interface: context.createScriptProcessor() must inherit property "disconnect(unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: context.createScriptProcessor() must inherit property "disconnect(AudioNode)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode) on context.createScriptProcessor() with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: context.createScriptProcessor() must inherit property "disconnect(AudioNode, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode, unsigned long) on context.createScriptProcessor() 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]
expected: FAIL
[AudioNode interface: context.createScriptProcessor() must inherit property "disconnect(AudioParam)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam) on context.createScriptProcessor() with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: context.createScriptProcessor() must inherit property "disconnect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam, unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: context.createScriptProcessor() must inherit property "context" with the proper type]
expected: FAIL
[AudioNode interface: context.createScriptProcessor() must inherit property "numberOfInputs" with the proper type]
expected: FAIL
[AudioNode interface: context.createScriptProcessor() must inherit property "numberOfOutputs" with the proper type]
expected: FAIL
[AudioNode interface: context.createScriptProcessor() must inherit property "channelCount" with the proper type]
expected: FAIL
[AudioNode interface: context.createScriptProcessor() must inherit property "channelCountMode" with the proper type]
expected: FAIL
[AudioNode interface: context.createScriptProcessor() must inherit property "channelInterpretation" with the proper type]
expected: FAIL
[StereoPannerNode interface: existence and properties of interface object]
expected: FAIL
[StereoPannerNode interface object length]
expected: FAIL
[StereoPannerNode interface object name]
expected: FAIL
[StereoPannerNode interface: existence and properties of interface prototype object]
expected: FAIL
[StereoPannerNode interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[StereoPannerNode interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[StereoPannerNode interface: attribute pan]
expected: FAIL
[StereoPannerNode must be primary interface of new StereoPannerNode(context)]
expected: FAIL
[Stringification of new StereoPannerNode(context)]
expected: FAIL
[StereoPannerNode interface: new StereoPannerNode(context) must inherit property "pan" with the proper type]
expected: FAIL
[AudioNode interface: new StereoPannerNode(context) must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new StereoPannerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new StereoPannerNode(context) must inherit property "connect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioParam, unsigned long) on new StereoPannerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new StereoPannerNode(context) must inherit property "disconnect()" with the proper type]
expected: FAIL
[AudioNode interface: new StereoPannerNode(context) must inherit property "disconnect(unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(unsigned long) on new StereoPannerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new StereoPannerNode(context) must inherit property "disconnect(AudioNode)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode) on new StereoPannerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new StereoPannerNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode, unsigned long) on new StereoPannerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new StereoPannerNode(context) 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 new StereoPannerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new StereoPannerNode(context) must inherit property "disconnect(AudioParam)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam) on new StereoPannerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new StereoPannerNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam, unsigned long) on new StereoPannerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new StereoPannerNode(context) must inherit property "context" with the proper type]
expected: FAIL
[AudioNode interface: new StereoPannerNode(context) must inherit property "numberOfInputs" with the proper type]
expected: FAIL
[AudioNode interface: new StereoPannerNode(context) must inherit property "numberOfOutputs" with the proper type]
expected: FAIL
[AudioNode interface: new StereoPannerNode(context) must inherit property "channelCount" with the proper type]
expected: FAIL
[AudioNode interface: new StereoPannerNode(context) must inherit property "channelCountMode" with the proper type]
expected: FAIL
[AudioNode interface: new StereoPannerNode(context) must inherit property "channelInterpretation" with the proper type]
expected: FAIL
[WaveShaperNode interface: existence and properties of interface object]
expected: FAIL
[WaveShaperNode interface object length]
expected: FAIL
[WaveShaperNode interface object name]
expected: FAIL
[WaveShaperNode interface: existence and properties of interface prototype object]
expected: FAIL
[WaveShaperNode 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]
expected: FAIL
[WaveShaperNode interface: attribute curve]
expected: FAIL
[WaveShaperNode interface: attribute oversample]
expected: FAIL
[WaveShaperNode must be primary interface of new WaveShaperNode(context)]
expected: FAIL
[Stringification of new WaveShaperNode(context)]
expected: FAIL
[WaveShaperNode interface: new WaveShaperNode(context) must inherit property "curve" with the proper type]
expected: FAIL
[WaveShaperNode interface: new WaveShaperNode(context) must inherit property "oversample" with the proper type]
expected: FAIL
[AudioNode interface: new WaveShaperNode(context) must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new WaveShaperNode(context) must inherit property "connect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioParam, unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect()" with the proper type]
expected: FAIL
[AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect(unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect(AudioNode)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode) on new WaveShaperNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode, unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new WaveShaperNode(context) 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 new WaveShaperNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect(AudioParam)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam) on new WaveShaperNode(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]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam, unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new WaveShaperNode(context) must inherit property "context" with the proper type]
expected: FAIL
[AudioNode interface: new WaveShaperNode(context) must inherit property "numberOfInputs" with the proper type]
expected: FAIL
[AudioNode interface: new WaveShaperNode(context) must inherit property "numberOfOutputs" with the proper type]
expected: FAIL
[AudioNode interface: new WaveShaperNode(context) must inherit property "channelCount" with the proper type]
expected: FAIL
[AudioNode interface: new WaveShaperNode(context) must inherit property "channelCountMode" with the proper type]
expected: FAIL
[AudioNode interface: new WaveShaperNode(context) must inherit property "channelInterpretation" with the proper type]
expected: FAIL
[AudioWorklet interface: existence and properties of interface object]
expected: FAIL
[AudioWorklet interface object length]
expected: FAIL
[AudioWorklet interface object name]
expected: FAIL
[AudioWorklet interface: existence and properties of interface prototype object]
expected: FAIL
[AudioWorklet interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[AudioWorklet interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[AudioWorklet must be primary interface of context.audioWorklet]
expected: FAIL
[Stringification of context.audioWorklet]
expected: FAIL
[AudioParamMap interface: existence and properties of interface object]
expected: FAIL
[AudioParamMap interface object length]
expected: FAIL
[AudioParamMap interface object name]
expected: FAIL
[AudioParamMap interface: existence and properties of interface prototype object]
expected: FAIL
[AudioParamMap interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[AudioParamMap interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[AudioParamMap must be primary interface of worklet_node.parameters]
expected: FAIL
[Stringification of worklet_node.parameters]
expected: FAIL
[AudioWorkletNode interface: existence and properties of interface object]
expected: FAIL
[AudioWorkletNode interface object length]
expected: FAIL
[AudioWorkletNode interface object name]
expected: FAIL
[AudioWorkletNode interface: existence and properties of interface prototype object]
expected: FAIL
[AudioWorkletNode interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[AudioWorkletNode interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[AudioWorkletNode interface: attribute parameters]
expected: FAIL
[AudioWorkletNode interface: attribute port]
expected: FAIL
[AudioWorkletNode interface: attribute onprocessorerror]
expected: FAIL
[AudioWorkletNode must be primary interface of worklet_node]
expected: FAIL
[Stringification of worklet_node]
expected: FAIL
[AudioWorkletNode interface: worklet_node must inherit property "parameters" with the proper type]
expected: FAIL
[AudioWorkletNode interface: worklet_node must inherit property "port" with the proper type]
expected: FAIL
[AudioWorkletNode interface: worklet_node must inherit property "onprocessorerror" with the proper type]
expected: FAIL
[AudioNode interface: worklet_node must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on worklet_node with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: worklet_node must inherit property "connect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioParam, unsigned long) on worklet_node with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: worklet_node must inherit property "disconnect()" with the proper type]
expected: FAIL
[AudioNode interface: worklet_node must inherit property "disconnect(unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(unsigned long) on worklet_node with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: worklet_node must inherit property "disconnect(AudioNode)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode) on worklet_node with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: worklet_node must inherit property "disconnect(AudioNode, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode, unsigned long) on worklet_node with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: worklet_node 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 worklet_node with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: worklet_node must inherit property "disconnect(AudioParam)" 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: worklet_node must inherit property "disconnect(AudioParam, unsigned long)" 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: worklet_node must inherit property "context" with the proper type]
expected: FAIL
[AudioNode interface: worklet_node must inherit property "numberOfInputs" with the proper type]
expected: FAIL
[AudioNode interface: worklet_node must inherit property "numberOfOutputs" with the proper type]
expected: FAIL
[AudioNode interface: worklet_node must inherit property "channelCount" with the proper type]
expected: FAIL
[AudioNode interface: worklet_node must inherit property "channelCountMode" with the proper type]
expected: FAIL
[AudioNode interface: worklet_node must inherit property "channelInterpretation" with the proper type]
expected: FAIL
[idl_test setup]
expected: FAIL