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:
Martin Robinson 2020-04-16 13:06:53 +02:00
parent 3ca86eeba5
commit fad79a724c
6 changed files with 145 additions and 169 deletions

View file

@ -2,9 +2,6 @@
[padding-left, padding]
expected: FAIL
[padding, padding-left]
expected: FAIL
[property repetition]
expected: FAIL

View file

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