gecko-dev/testing/web-platform/tests/input-events/idlharness.window.js
Philip Jägenstedt 0d3c0c446d Bug 1484793 [wpt PR 12572] - Convert Input Events IDL test to use idl_test, a=testonly
Automatic update from web-platform-testsConvert Input Events IDL test to use idl_test (#12572)

--

wpt-commits: 77cf912c4f8bda874e12a3141628b53100e53de2
wpt-pr: 12572
2018-08-29 10:08:20 +00:00

14 lines
258 B
JavaScript

// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
'use strict';
idl_test(
['input-events'],
['uievents', 'dom'],
idl_array => {
idl_array.add_objects({
InputEvent: ['new InputEvent("foo")'],
});
}
);