mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 13:18:45 +02:00
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
14 lines
288 B
JavaScript
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"],
|
|
});
|
|
}
|
|
);
|