Files
servo/tests/wpt/metadata/webaudio/the-audio-api/the-gainnode-interface/ctor-gain.html.ini
Fernando Jiménez Moreno a12374726d Update WPTs expectations
2018-07-30 14:23:48 +02:00

44 lines
1.3 KiB
INI

[ctor-gain.html]
[X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: "OfflineAudioContext is not defined".]
expected: FAIL
[< [initialize\] 1 out of 1 assertions were failed.]
expected: FAIL
[X node0 = new GainNode(context) incorrectly threw TypeError: "Value is not an object.".]
expected: FAIL
[X node0 instanceof GainNode is not equal to true. Got false.]
expected: FAIL
[X node.channelCount is not equal to 17. Got 2.]
expected: FAIL
[X new GainNode(c, {channelCount: 0}) did not throw an exception.]
expected: FAIL
[X new GainNode(c, {channelCount: 99}) did not throw an exception.]
expected: FAIL
[X node.channelCountMode after valid setter is not equal to clamped-max. Got max.]
expected: FAIL
[X node.channelCountMode after valid setter is not equal to explicit. Got max.]
expected: FAIL
[X node.channelCountMode after invalid setter is not equal to explicit. Got max.]
expected: FAIL
[X node.channelInterpretation is not equal to discrete. Got speakers.]
expected: FAIL
[X node.channelInterpretation after invalid setter is not equal to discrete. Got speakers.]
expected: FAIL
[< [test AudioNodeOptions\] 8 out of 20 assertions were failed.]
expected: FAIL
[# AUDIT TASK RUNNER FINISHED: 1 out of 5 tasks were failed.]
expected: FAIL