mirror of
https://github.com/servo/servo.git
synced 2025-08-18 20:05:34 +01:00
Update web-platform-tests to revision 70fdd27f4cecb8a5cae3dafa76ba05265531c9e2
This commit is contained in:
parent
e5689df6b4
commit
bea56037ef
701 changed files with 13864 additions and 1909 deletions
|
@ -1,26 +0,0 @@
|
|||
// META: script=/resources/WebIDLParser.js
|
||||
// META: script=/resources/idlharness.js
|
||||
|
||||
// https://w3c.github.io/web-animations/#animationplaybackevent
|
||||
|
||||
'use strict';
|
||||
|
||||
promise_test(async () => {
|
||||
const srcs = ['web-animations', 'dom'];
|
||||
const [idl, dom] = await Promise.all(
|
||||
srcs.map(i => fetch(`/interfaces/${i}.idl`).then(r => r.text())));
|
||||
|
||||
const idlArray = new IdlArray();
|
||||
idlArray.add_idls(idl, {
|
||||
only: [
|
||||
'AnimationPlaybackEventInit',
|
||||
'AnimationPlaybackEvent',
|
||||
]
|
||||
});
|
||||
idlArray.add_dependency_idls(dom);
|
||||
idlArray.add_objects({
|
||||
AnimationPlaybackEvent: ['new AnimationPlaybackEvent("cancel")'],
|
||||
});
|
||||
|
||||
idlArray.test();
|
||||
}, 'AnimationPlaybackEvent interface.');
|
Loading…
Add table
Add a link
Reference in a new issue