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

'use strict';

idl_test(
  ['fullscreen'],
  ['dom', 'html'],
  idl_array => {
    idl_array.add_objects({
      Document: ['new Document'],
      Element: ['document.createElementNS(null, "test")'],
    });
  }
);