summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/pointerlock/idlharness.window.js
blob: f176343a487de4d71bda196657c7958ac62f1553 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js

'use strict';

// https://w3c.github.io/pointerlock/

idl_test(
  ['pointerlock'],
  ['uievents', 'html', 'dom'],
  idl_array => {
    idl_array.add_objects({
      Document: ["window.document"],
      Element: ["window.document.documentElement"],
      MouseEvent: ["new MouseEvent('foo')"]
    });
  }
);