mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
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:
commit
71940ff28c
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