mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
webidl: Add test for interface and sequence in the same union
This commit is contained in:
parent
a76efa5eca
commit
8859c617a8
2 changed files with 3 additions and 0 deletions
|
@ -151,6 +151,7 @@ interface TestBinding {
|
|||
(Event or DOMString) receiveUnion2();
|
||||
(DOMString or sequence<long>) receiveUnion3();
|
||||
(DOMString or sequence<DOMString>) receiveUnion4();
|
||||
(Blob or sequence<Blob>) receiveUnion5();
|
||||
sequence<long> receiveSequence();
|
||||
sequence<Blob> receiveInterfaceSequence();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue