servo/tests/wpt/meta/webaudio/the-audio-api/the-convolvernode-interface/ctor-convolver.html.ini
Servo WPT Sync 2b209449b5
Sync WPT with upstream (22-06-2025) (#37606)
Automated downstream sync of changes from upstream as of 22-06-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
2025-06-22 01:41:56 +00:00

51 lines
1.5 KiB
INI
Vendored

[ctor-convolver.html]
[Executing "default constructor"]
expected: FAIL
[Executing "test AudioNodeOptions"]
expected: FAIL
[Executing "nullable buffer"]
expected: FAIL
[Executing "construct with options"]
expected: FAIL
[X node0 = new ConvolverNode(context) incorrectly threw TypeError: "window[name\] is not a constructor".]
expected: FAIL
[X new ConvolverNode(c, {"channelCount":1}) incorrectly threw ReferenceError: "ConvolverNode is not defined".]
expected: FAIL
[X node1 = new ConvolverNode(c, {"buffer":null} incorrectly threw ReferenceError: "ConvolverNode is not defined".]
expected: FAIL
[X node1 = new ConvolverNode(c, {"buffer":{}} threw "ReferenceError" instead of NotSupportedError.]
expected: FAIL
[< [illegal sample-rate\] 1 out of 1 assertions were failed.]
expected: FAIL
[X node = new ConvolverNode(c, {"buffer":{},"disableNormalization":false}) incorrectly threw ReferenceError: "ConvolverNode is not defined".]
expected: FAIL
[# AUDIT TASK RUNNER FINISHED: 5 out of 7 tasks were failed.]
expected: FAIL
[ConvolverNode: invalid constructor throws TypeError]
expected: FAIL
[ConvolverNode: default constructor and attributes]
expected: FAIL
[ConvolverNode constructor: AudioNodeOptions are correctly handled]
expected: FAIL
[ConvolverNode: nullable buffer]
expected: FAIL
[ConvolverNode: illegal sample rate buffer throws NotSupportedError]
expected: FAIL
[ConvolverNode: construct with buffer and normalization options]
expected: FAIL