tor-browser

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

idlharness.window.js (426B)


      1 // META: global=window
      2 // META: script=/resources/WebIDLParser.js
      3 // META: script=/resources/idlharness.js
      4 
      5 // https://wicg.github.io/event-timing/
      6 
      7 'use strict';
      8 
      9 idl_test(
     10  ['event-timing'],
     11  ['performance-timeline', 'hr-time', 'dom'],
     12  idl_array => {
     13    idl_array.add_objects({
     14      Performance: ['performance'],
     15      EventCounts: ['performance.eventCounts'],
     16      // PerformanceEventTiming: [ TODO ]
     17    });
     18  }
     19 );