tor-browser

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

idlharness.any.js (405B)


      1 // META: script=/resources/WebIDLParser.js
      2 // META: script=/resources/idlharness.js
      3 // META: timeout=long
      4 
      5 'use strict';
      6 
      7 // https://wicg.github.io/animation-worklet/
      8 
      9 idl_test(
     10  ['css-animation-worklet'],
     11  ['web-animations', 'html', 'cssom', 'dom'],
     12  idl_array => {
     13    idl_array.add_objects({
     14      WorkletAnimation: ['new WorkletAnimation("name")'],
     15      // TODO: WorkletGroupEffect
     16    });
     17  }
     18 );