mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add an iterator for transition properties
This simplifies the code a bit and also will allow us to more easily make improvements to servo's animation implementation in the future.
This commit is contained in:
parent
3ca86eeba5
commit
fad79a724c
6 changed files with 145 additions and 169 deletions
|
@ -2,9 +2,6 @@
|
|||
[padding-left, padding]
|
||||
expected: FAIL
|
||||
|
||||
[padding, padding-left]
|
||||
expected: FAIL
|
||||
|
||||
[property repetition]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -2,27 +2,3 @@
|
|||
[vertical-align vertical(keyword) / values]
|
||||
expected: FAIL
|
||||
|
||||
[margin-right percentage(%) / events]
|
||||
expected: FAIL
|
||||
|
||||
[padding-top percentage(%) / events]
|
||||
expected: FAIL
|
||||
|
||||
[margin-top percentage(%) / events]
|
||||
expected: FAIL
|
||||
|
||||
[margin-bottom percentage(%) / events]
|
||||
expected: FAIL
|
||||
|
||||
[padding-right percentage(%) / events]
|
||||
expected: FAIL
|
||||
|
||||
[padding-left percentage(%) / events]
|
||||
expected: FAIL
|
||||
|
||||
[padding-bottom percentage(%) / events]
|
||||
expected: FAIL
|
||||
|
||||
[margin-left percentage(%) / events]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue