summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/animation-worklet/idlharness.any.js
blob: a53ac739f3319e744b01ace51e56507222bfd424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long

'use strict';

// https://wicg.github.io/animation-worklet/

idl_test(
  ['css-animation-worklet'],
  ['web-animations', 'html', 'cssom', 'dom'],
  idl_array => {
    idl_array.add_objects({
      WorkletAnimation: ['new WorkletAnimation("name")'],
      // TODO: WorkletGroupEffect
    });
  }
);