servo/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/delaynode-maxdelaylimit.html.ini
Manish Goregaokar 9a319f7dc6 Regenerate test expectations
Stuff was a bit buggy with the test expectations so I regenerated them.
Looks like some of the tests changed and this wasn't synced properly.
2018-09-04 10:41:48 +05:30

11 lines
382 B
INI

[delaynode-maxdelaylimit.html]
expected: ERROR
[X Setting Delay length to negative threw "TypeError" instead of NotSupportedError.]
expected: FAIL
[X Setting Delay length to 0 seconds threw "TypeError" instead of NotSupportedError.]
expected: FAIL
[X Setting Delay length to 180 seconds or more threw "TypeError" instead of NotSupportedError.]
expected: FAIL