blob: efc475a9879dbc379eafcc2c62df0d16e6afce42 [file] [log] [blame]
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
"use strict";
idl_test(
['WebIDL'],
[],
idl_array => {
idl_array.add_objects({
DOMException: ['new DOMException()',
'new DOMException("my message")',
'new DOMException("my message", "myName")']
});
}
);