tor-browser

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

idlharness.window.js (392B)


      1 // META: script=/resources/WebIDLParser.js
      2 // META: script=/resources/idlharness.js
      3 
      4 'use strict';
      5 
      6 // https://w3c.github.io/pointerlock/
      7 
      8 idl_test(
      9  ['pointerlock'],
     10  ['uievents', 'html', 'dom'],
     11  idl_array => {
     12    idl_array.add_objects({
     13      Document: ["window.document"],
     14      Element: ["window.document.documentElement"],
     15      MouseEvent: ["new MouseEvent('foo')"]
     16    });
     17  }
     18 );