blob: 7e9f3c44047cc533a4a0d9af1f7839b7e75741c9 [file] [log] [blame]
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// https://drafts.csswg.org/css-highlight-api-1/
'use strict';
idl_test(
['css-highlight-api'],
['cssom'],
idl_array => {
idl_array.add_objects({
Highlight: ['new Highlight(new Range())'],
HighlightRegistry: ['CSS.highlights'],
});
}
);