tor-browser

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

idlharness.window.js (342B)


      1 // META: script=/resources/WebIDLParser.js
      2 // META: script=/resources/idlharness.js
      3 
      4 'use strict';
      5 
      6 // https://w3c.github.io/selection-api/
      7 
      8 idl_test(
      9  ['selection-api'],
     10  ['html', 'dom'],
     11  idlArray => {
     12    idlArray.add_objects({
     13      Window: ['window'],
     14      Document: ['document'],
     15      Selection: ['getSelection()'],
     16    });
     17  }
     18 );