blob: 4d99f0196308aec6ef467f18b0176a46e95a2c2b [file] [log] [blame]
interface Union {
attribute (float or (Date or Event) or (Node or DOMString)?) test;
};