Update test expectations after 'OscillatorNode.type' addition

This commit is contained in:
Fernando Jiménez Moreno 2019-05-22 10:19:31 +02:00
parent 969d61a17f
commit f8bcddea54

View file

@ -41,9 +41,6 @@
[AudioWorkletNode interface: worklet_node must inherit property "port" with the proper type] [AudioWorkletNode interface: worklet_node must inherit property "port" with the proper type]
expected: FAIL expected: FAIL
[OscillatorNode interface: attribute type]
expected: FAIL
[AudioContext interface: operation suspend()] [AudioContext interface: operation suspend()]
expected: FAIL expected: FAIL
@ -140,9 +137,6 @@
[AudioNode interface: calling connect(AudioParam, unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] [AudioNode interface: calling connect(AudioParam, unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError]
expected: FAIL expected: FAIL
[OscillatorNode interface: new OscillatorNode(context) must inherit property "type" with the proper type]
expected: FAIL
[MediaStreamAudioDestinationNode interface: attribute stream] [MediaStreamAudioDestinationNode interface: attribute stream]
expected: FAIL expected: FAIL