mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
Emit TransitionEnd events in the layout thread and process it in the script thread
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user