Files
servo/tests/wpt/meta-legacy-layout/webaudio/the-audio-api/the-convolvernode-interface/ctor-convolver.html.ini
Martin Robinson f4578afdfe Rename metadata directories
This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
2023-06-22 21:15:41 +02:00

50 lines
1.5 KiB
INI

[ctor-convolver.html]
[X node0 = new ConvolverNode(context) incorrectly threw TypeError: "window[name\] is not a constructor".]
expected: FAIL
[Executing "nullable buffer"]
expected: FAIL
[Executing "construct with options"]
expected: FAIL
[X node1 = new ConvolverNode(c, {"buffer":{}} threw "ReferenceError" instead of NotSupportedError.]
expected: FAIL
[< [construct with options\] 1 out of 1 assertions were failed.]
expected: FAIL
[< [nullable buffer\] 1 out of 1 assertions were failed.]
expected: FAIL
[< [illegal sample-rate\] 1 out of 1 assertions were failed.]
expected: FAIL
[< [default constructor\] 1 out of 1 assertions were failed.]
expected: FAIL
[Executing "test AudioNodeOptions"]
expected: FAIL
[< [test AudioNodeOptions\] 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
[Executing "default constructor"]
expected: FAIL
[X new ConvolverNode(c, {channelCount: 2}} incorrectly threw TypeError: "window[nodeName\] is not a constructor".]
expected: FAIL
[X node1 = new ConvolverNode(c, {"buffer":null} incorrectly threw ReferenceError: "ConvolverNode is not defined".]
expected: FAIL
[X new ConvolverNode(c, {"channelCount":1}) incorrectly threw ReferenceError: "ConvolverNode is not defined".]
expected: FAIL