tor-browser

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

idlharness.window.js (409B)


      1 // META: script=/resources/WebIDLParser.js
      2 // META: script=/resources/idlharness.js
      3 
      4 'use strict';
      5 
      6 idl_test(
      7  ['scroll-animations'],
      8  // The css-pseudo dependency shouldn't be necessary, but is:
      9  // https://github.com/web-platform-tests/wpt/issues/12574
     10  ['web-animations', 'css-pseudo', 'dom'],
     11  idl_array => {
     12    idl_array.add_objects({
     13      ScrollTimeline: ['new ScrollTimeline()'],
     14    });
     15  }
     16 );