mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
LibWeb: Add new expected window properties to test
Adds `AudioBufferSourceNode` and `BiquadFilterNode` to the all-window-properties test.
This commit is contained in:
parent
64663d53fa
commit
7b10eb7225
Notes:
github-actions[bot]
2024-07-23 07:25:54 +00:00
Author: https://github.com/bbb651 Commit: https://github.com/LadybirdBrowser/ladybird/commit/7b10eb72255 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/750
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ ArrayBuffer
|
|||
Attr
|
||||
Audio
|
||||
AudioBuffer
|
||||
AudioBufferSourceNode
|
||||
AudioContext
|
||||
AudioNode
|
||||
AudioParam
|
||||
|
@ -22,6 +23,7 @@ BaseAudioContext
|
|||
BigInt
|
||||
BigInt64Array
|
||||
BigUint64Array
|
||||
BiquadFilterNode
|
||||
Blob
|
||||
Boolean
|
||||
BroadcastChannel
|
||||
|
|
Loading…
Reference in a new issue