summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/domparsing/idlharness.window.js
blob: f5f32b3bb58bfa6e77e48fe9444c8d76d6a4b12a (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/DOM-Parsing/

idl_test(
  ['DOM-Parsing'],
  ['dom'],
  idlArray => {
    idlArray.add_objects({
      Element: ['document.createElement("div")'],
      Range: ['new Range()'],
      XMLSerializer: ['new XMLSerializer()'],
    })
  }
);