mirror of
https://github.com/servo/servo.git
synced 2025-07-13 02:13:40 +01:00
14 lines
333 B
JavaScript
14 lines
333 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
|
|
// https://w3c.github.io/pointerevents/extension.html
|
|
|
|
idl_test(
|
|
['pointerevents-extension'],
|
|
['pointerevents', 'uievents', 'dom'],
|
|
idl_array => {
|
|
idl_array.add_objects({
|
|
PointerEvent: ['new PointerEvent("pointer")'],
|
|
})
|
|
}
|
|
);
|