mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Add support for transitionrun events
These events are triggered as soon as a transition is added to the list of running transitions. This will allow better test coverage while reworking the transitions and animations processing model.
This commit is contained in:
parent
0540c4a284
commit
d386d6d1f1
11 changed files with 105 additions and 93 deletions
|
@ -1,8 +1,4 @@
|
|||
[before-load-001.html]
|
||||
expected: TIMEOUT
|
||||
[transition height from 10px to 100px / events]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions Test: Transitioning before load event]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,34 +1,16 @@
|
|||
[idlharness.html]
|
||||
[Document interface: document must inherit property "ontransitionrun" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute ontransitionstart]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document must inherit property "ontransitionstart" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute ontransitionrun]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute ontransitionrun]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document must inherit property "ontransitionstart" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document must inherit property "ontransitionrun" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "ontransitionrun" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute ontransitionstart]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute ontransitionrun]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "ontransitionstart" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
[non-rendered-element-001.html]
|
||||
expected: TIMEOUT
|
||||
[Transitions are canceled when an element is no longer rendered]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Transitions do not run for an element newly rendered]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue