tor-browser

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

idlharness.https.window.js (227B)


      1 // META: script=/resources/WebIDLParser.js
      2 // META: script=/resources/idlharness.js
      3 
      4 idl_test(
      5  ['sanitizer-api'],
      6  ['html'],
      7  idl_array => {
      8    idl_array.add_objects({
      9      Sanitizer: ['new Sanitizer({})']
     10    });
     11  }
     12 );