mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add WPT test for WebIDL union conversion containing object values
This commit is contained in:
parent
17ecbaf8ff
commit
712812d441
5 changed files with 44 additions and 0 deletions
|
@ -228,6 +228,8 @@ interface TestBinding {
|
|||
TestDictionary receiveTestDictionaryWithSuccessOnKeyword();
|
||||
boolean dictMatchesPassedValues(TestDictionary arg);
|
||||
|
||||
(DOMString or object) receiveUnionIdentity((DOMString or object) arg);
|
||||
|
||||
void passBoolean(boolean arg);
|
||||
void passByte(byte arg);
|
||||
void passOctet(octet arg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue