mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Emit TransitionEnd events in the layout thread and process it in the script thread
This commit is contained in:
parent
752c6e6019
commit
668163ec5c
21 changed files with 103 additions and 62 deletions
|
@ -1,5 +1,7 @@
|
|||
[changing-while-transition.htm]
|
||||
type: testharness
|
||||
[changing transition-property / values]
|
||||
expected: FAIL
|
||||
[changing transition-duration / values]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,14 +1,5 @@
|
|||
[events-001.htm]
|
||||
type: testharness
|
||||
[transition:all, changing padding-left / events]
|
||||
expected: FAIL
|
||||
|
||||
[transition:all, changing padding / events]
|
||||
expected: FAIL
|
||||
|
||||
[transition:all, changing padding but not padding-bottom / events]
|
||||
expected: FAIL
|
||||
|
||||
[transition:padding, changing padding-left / events]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -18,12 +9,3 @@
|
|||
[transition:padding, changing padding but not padding-bottom / events]
|
||||
expected: FAIL
|
||||
|
||||
[transition:padding-left, changing padding-left / events]
|
||||
expected: FAIL
|
||||
|
||||
[transition:padding-left, changing padding / events]
|
||||
expected: FAIL
|
||||
|
||||
[transition:padding-left, changing padding but not padding-bottom / events]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
[events-002.htm]
|
||||
type: testharness
|
||||
[transitions:all, changing padding-left from nothing / events]
|
||||
expected: FAIL
|
||||
|
||||
[transitions:all, changing padding from nothing / events]
|
||||
expected: FAIL
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[events-003.htm]
|
||||
type: testharness
|
||||
[duration: 0.1s, delay: -0.05s / events]
|
||||
expected: FAIL
|
||||
|
||||
[duration: 0.1s, delay: -0.1s / events]
|
||||
expected: FAIL
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[events-004.htm]
|
||||
type: testharness
|
||||
[repeating lists / events]
|
||||
expected: FAIL
|
||||
|
||||
[truncating lists / events]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue