11 lines
228 B
JavaScript
11 lines
228 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
|
|
'use strict';
|
|
|
|
// https://screen-share.github.io/captured-mouse-events/
|
|
|
|
idl_test(
|
|
['captured-mouse-events.tentative'],
|
|
['html', 'dom']
|
|
);
|