mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Check constraints in both overloaded OfflineAudioContext constructors
This commit is contained in:
parent
d60b14bed5
commit
13b5774017
2 changed files with 17 additions and 35 deletions
|
@ -1,16 +0,0 @@
|
|||
[ctor-offlineaudiocontext.html]
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 4 tasks were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[X new OfflineAudioContext({"length":1,"sampleRate":1}) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[X new OfflineAudioContext({"length":0,"sampleRate":8000}) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[< [options-2\] 3 out of 3 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[X new OfflineAudioContext({"length":42,"sampleRate":8000,"numberOfChannels":33}) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue