mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +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
|
@ -0,0 +1,20 @@
|
|||
// META: script=/resources/WebIDLParser.js
|
||||
// META: script=/resources/idlharness.js
|
||||
|
||||
'use strict';
|
||||
|
||||
idl_test(
|
||||
['web-animations'],
|
||||
['dom', 'html'],
|
||||
idl_array => {
|
||||
idl_array.add_objects({
|
||||
Animation: ['new Animation()'],
|
||||
AnimationPlaybackEvent: ['new AnimationPlaybackEvent("cancel")'],
|
||||
Document: ['document'],
|
||||
DocumentTimeline: ['document.timeline'],
|
||||
KeyframeEffect: ['new KeyframeEffect(null, null)'],
|
||||
ShadowRoot: ['shadowRoot'],
|
||||
});
|
||||
self.shadowRoot = document.createElement("div").attachShadow({mode: "open"});
|
||||
}
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue