gecko-dev/testing/web-platform/tests/animation-worklet/idlharness.any.js
Philip Jägenstedt 29730342d2 Bug 1483045 [wpt PR 12444] - Update the Animation Worklet IDL file + test, a=testonly
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
2018-08-15 16:50:44 +00:00

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
});
}
);