idlharness.window.js (307B)
1 // META: script=/resources/WebIDLParser.js 2 // META: script=/resources/idlharness.js 3 4 'use strict'; 5 6 idl_test( 7 ['scroll-to-text-fragment'], 8 ['dom', 'html'], 9 idl_array => { 10 idl_array.add_objects({ 11 Document: ['document'], 12 FragmentDirective: ['document.fragmentDirective'], 13 }); 14 } 15 );