Sign in
cobalt
/
cobalt
/
a7b1cfadc52288d71702934fd93743a24aea060a
/
.
/
src
/
third_party
/
web_platform_tests
/
WebIDL
/
valid
/
idl
/
uniontype.widl
blob: 4d99f0196308aec6ef467f18b0176a46e95a2c2b [
file
] [
log
] [
blame
]
interface
Union
{
attribute
(
float
or
(
Date
or
Event
)
or
(
Node
or
DOMString
)?)
test
;
};