idlharness.window.js (352B)
1 // META: script=/resources/WebIDLParser.js 2 // META: script=/resources/idlharness.js 3 4 // https://drafts.csswg.org/css-highlight-api-1/ 5 6 'use strict'; 7 8 idl_test( 9 ['css-highlight-api'], 10 ['cssom'], 11 idl_array => { 12 idl_array.add_objects({ 13 Highlight: ['new Highlight(new Range())'], 14 HighlightRegistry: ['CSS.highlights'], 15 }); 16 } 17 );