mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 21:58:41 +02:00
Automatic update from web-platform-testsUpdate the Animation Worklet IDL file + test (#12444) Copied from: https://github.com/tidoust/reffy-reports/blob/f14a522/whatwg/idl/animation-worklet.idl -- wpt-commits: b357235120ad041e644e5dbef495807be7394178 wpt-pr: 12444
17 lines
391 B
JavaScript
17 lines
391 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
|
|
'use strict';
|
|
|
|
// https://wicg.github.io/animation-worklet/
|
|
|
|
idl_test(
|
|
['animation-worklet'],
|
|
['worklets', 'web-animations', 'html', 'cssom', 'dom'],
|
|
idl_array => {
|
|
idl_array.add_objects({
|
|
WorkletAnimation: ['new WorkletAnimation("name")'],
|
|
// TODO: WorkletGroupEffect
|
|
});
|
|
}
|
|
);
|