mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Update web-platform-tests to revision b'421155a1c8752a36b465e62f466b18f821190e08'
This commit is contained in:
parent
871cefc926
commit
fd56698ec7
722 changed files with 19686 additions and 8130 deletions
|
@ -4,19 +4,15 @@
|
|||
// Source: CSS View Transitions Module Level 1 (https://drafts.csswg.org/css-view-transitions-1/)
|
||||
|
||||
partial interface Document {
|
||||
ViewTransition createTransition(ViewTransitionInit init);
|
||||
};
|
||||
|
||||
dictionary ViewTransitionInit {
|
||||
required UpdateDOMCallback updateDOM;
|
||||
ViewTransition startViewTransition(optional UpdateDOMCallback? callback = null);
|
||||
};
|
||||
|
||||
callback UpdateDOMCallback = Promise<any> ();
|
||||
|
||||
[Exposed=Window]
|
||||
interface ViewTransition {
|
||||
undefined skipTransition();
|
||||
readonly attribute Promise<undefined> finished;
|
||||
readonly attribute Promise<undefined> ready;
|
||||
readonly attribute Promise<undefined> domUpdated;
|
||||
undefined skipTransition();
|
||||
readonly attribute Promise<undefined> finished;
|
||||
readonly attribute Promise<undefined> ready;
|
||||
readonly attribute Promise<undefined> domUpdated;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue