mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
16 lines
409 B
JavaScript
16 lines
409 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
|
|
'use strict';
|
|
|
|
idl_test(
|
|
['scroll-animations'],
|
|
// The css-pseudo dependency shouldn't be necessary, but is:
|
|
// https://github.com/web-platform-tests/wpt/issues/12574
|
|
['web-animations', 'css-pseudo', 'dom'],
|
|
idl_array => {
|
|
idl_array.add_objects({
|
|
ScrollTimeline: ['new ScrollTimeline()'],
|
|
});
|
|
}
|
|
);
|