Auto merge of #26200 - mrobinson:animation-iterator, r=emilio

style: 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.

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because they should not change behavior.

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
bors-servo 2020-04-17 13:42:46 -04:00 committed by GitHub
commit 71940ff28c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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