tor-browser

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

idlharness.https.window.js (336B)


      1 // META: script=/resources/WebIDLParser.js
      2 // META: script=/resources/idlharness.js
      3 
      4 'use strict';
      5 
      6 // https://w3c.github.io/mediacapture-screen-share/
      7 
      8 idl_test(
      9  ['screen-capture'],
     10  ['mediacapture-streams', 'html', 'dom'],
     11  idl_array => {
     12    idl_array.add_objects({
     13      MediaDevices: ['navigator.mediaDevices'],
     14    });
     15  }
     16 );