blob: 1da8db8cb208aa278527bbe9192944b68e19340b [file] [log] [blame]
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
'use strict';
idl_test(
['xslt.tentative'],
['html'],
async idlArray => {
idlArray.add_objects({
XSLTProcessor: ['processor']
});
self.processor = new XSLTProcessor();
}
);