tor-browser

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

idlharness.tentative.https.window.js (285B)


      1 // META: script=/resources/WebIDLParser.js
      2 // META: script=/resources/idlharness.js
      3 
      4 'use strict';
      5 
      6 idl_test(
      7  ['sub-apps.tentative'],
      8  ['html', 'dom'],
      9  idl_array => {
     10    idl_array.add_objects({
     11      Navigator: ['navigator'],
     12      SubApps: ['navigator.subApps'],
     13    });
     14  }
     15 );