summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resources/webidl2/test/syntax/idl/uniontype.widl
blob: 4d99f0196308aec6ef467f18b0176a46e95a2c2b (plain)
1
2
3
interface Union {
 attribute (float or (Date or Event) or (Node or DOMString)?) test;
};