mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
webaudio: Throw when setting invalid automationRate on AudioBufferSourceNode (#26469)
This commit is contained in:
parent
5c87fe940e
commit
201cdbab17
12 changed files with 56 additions and 22 deletions
|
@ -2,12 +2,6 @@
|
|||
[< [AudioBufferSourceNode\] 2 out of 4 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[X Set AudioBufferSourceNode.detune.automationRate to "a-rate" did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[X Set AudioBufferSourceNode.playbackRate.automationRate to "a-rate" did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "DelayNode"]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -5,12 +5,6 @@
|
|||
[Executing "DynamicsCompressorNode"]
|
||||
expected: FAIL
|
||||
|
||||
[X Set AudioBufferSourceNode.detune.automationRate to "a-rate" did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[X Set AudioBufferSourceNode.playbackRate.automationRate to "a-rate" did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[< [AudioBufferSourceNode\] 2 out of 4 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue