mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Add createChannelMerger()
This commit is contained in:
parent
9a319f7dc6
commit
af5b1c4011
7 changed files with 10 additions and 22 deletions
|
@ -14,9 +14,6 @@
|
|||
[BaseAudioContext interface: operation createBiquadFilter()]
|
||||
expected: FAIL
|
||||
|
||||
[BaseAudioContext interface: operation createChannelMerger(unsigned long)]
|
||||
expected: FAIL
|
||||
|
||||
[BaseAudioContext interface: operation createChannelSplitter(unsigned long)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -101,12 +98,6 @@
|
|||
[BaseAudioContext interface: context must inherit property "createBiquadFilter()" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[BaseAudioContext interface: context must inherit property "createChannelMerger(unsigned long)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[BaseAudioContext interface: calling createChannelMerger(unsigned long) on context with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[BaseAudioContext interface: context must inherit property "createChannelSplitter(unsigned long)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -176,12 +167,6 @@
|
|||
[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createBiquadFilter()" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createChannelMerger(unsigned long)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[BaseAudioContext interface: calling createChannelMerger(unsigned long) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createChannelSplitter(unsigned long)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[audiochannelmerger-basic.html]
|
||||
expected: ERROR
|
||||
[< [exceptions-channels\] 4 out of 4 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[audiochannelmerger-input-non-default.html]
|
||||
expected: ERROR
|
|
@ -1,2 +0,0 @@
|
|||
[audiochannelmerger-input.html]
|
||||
expected: ERROR
|
|
@ -1,5 +1,5 @@
|
|||
[iirfilter.html]
|
||||
expected: ERROR
|
||||
expected: CRASH
|
||||
[X createIIRFilter with normalized coefficients incorrectly threw TypeError: "context.createIIRFilter is not a function".]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue