gecko-dev/testing/web-platform/tests/input-device-capabilities/idlharness.window.js
Philip Jägenstedt c001733142 Bug 1484806 [wpt PR 12576] - Convert Input Device Capabilities IDL test to use idl_test, a=testonly
Automatic update from web-platform-testsConvert Input Device Capabilities IDL test to use idl_test (#12576)

After these changes, Chrome still fails two tests as before:
https://staging.wpt.fyi/results/input-device-capabilities/interfaces.html?sha=6aef6676d2&label=stable
--

wpt-commits: dd0863525422755d1db8eba3b78890cc081fc4fc
wpt-pr: 12576
2018-08-31 10:29:14 +00:00

14 lines
288 B
JavaScript

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