tor-browser

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

idlharness.window.js (329B)


      1 // META: script=/resources/WebIDLParser.js
      2 // META: script=/resources/idlharness.js
      3 // META: timeout=long
      4 
      5 'use strict';
      6 
      7 // https://compat.spec.whatwg.org/
      8 
      9 idl_test(
     10  ['compat'],
     11  ['html', 'dom'],
     12  idl_array => {
     13    idl_array.add_objects({
     14      Window: ['window'],
     15      HTMLBodyElement: ['document.body'],
     16    });
     17  }
     18 );