mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision f1e1bd6bfa544af8059ff8ef79d622281f9ec0a8
This commit is contained in:
parent
1b6715158d
commit
38ab56be1a
64 changed files with 5155 additions and 165 deletions
|
@ -3,9 +3,9 @@
|
|||
// (https://github.com/tidoust/reffy-reports)
|
||||
// Source: CSS Transitions (https://drafts.csswg.org/css-transitions/)
|
||||
|
||||
[Exposed=Window,
|
||||
Constructor(CSSOMString type, optional TransitionEventInit transitionEventInitDict = {})]
|
||||
[Exposed=Window]
|
||||
interface TransitionEvent : Event {
|
||||
constructor(CSSOMString type, optional TransitionEventInit transitionEventInitDict = {});
|
||||
readonly attribute CSSOMString propertyName;
|
||||
readonly attribute double elapsedTime;
|
||||
readonly attribute CSSOMString pseudoElement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue