tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

idlharness.window.js (293B)


      1 // META: script=/resources/WebIDLParser.js
      2 // META: script=/resources/idlharness.js
      3 
      4 // https://wicg.github.io/is-input-pending/
      5 
      6 idl_test(
      7  ['is-input-pending'],
      8  ['html', 'dom'],
      9  async idl_array => {
     10    idl_array.add_objects({
     11      Scheduling: ['navigator.scheduling'],
     12    });
     13  }
     14 );