зеркало из https://github.com/mozilla/gecko-dev.git
16 строки
312 B
JavaScript
16 строки
312 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
// META: timeout=long
|
|
|
|
'use strict';
|
|
|
|
idl_test(
|
|
['input-device-capabilities'],
|
|
['uievents', 'dom'],
|
|
idl_array => {
|
|
idl_array.add_objects({
|
|
InputDeviceCapabilities: ["new InputDeviceCapabilities"],
|
|
});
|
|
}
|
|
);
|