blob: f5f32b3bb58bfa6e77e48fe9444c8d76d6a4b12a [file] [log] [blame]
// 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()'],
})
}
);