blob: 1dda955b10b69beac8b889fa6b06899210d42c52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// 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']
);
|