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:
Martin Robinson 2020-04-23 17:06:24 +02:00
parent 0540c4a284
commit d386d6d1f1
11 changed files with 105 additions and 93 deletions

View file

@ -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

View file

@ -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

View file

@ -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