mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
More details in Stylo PR: https://github.com/servo/stylo/pull/145 --- <!-- 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 - [x] These changes - fixes https://github.com/servo/servo/issues/35833 - fixes https://github.com/servo/servo/issues/35982 <!-- Either: --> - [x] There are new passing test: `css/css-logical/animation-004.html: Transitions from physical to logical update when the direction is changed` Created new test files as well: 1. `css-transitions/transition-remove-and-change-immediate.html` 2. `css-transitions/transition-zero-duration-with-delay.html` 3. `css-transitions/transitioncancel-003.html` <!-- 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. --> cc @Asun0204 @xiaochengh @stevennovaryo Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
18 lines
588 B
INI
Vendored
18 lines
588 B
INI
Vendored
[animation-004.html]
|
|
[Logical properties in transitions respect the writing-mode]
|
|
expected: FAIL
|
|
|
|
[Transitions update when the writing-mode is changed]
|
|
expected: FAIL
|
|
|
|
[Filling transitions update when the writing-mode is changed]
|
|
expected: FAIL
|
|
|
|
[The number of interpolating properties can be increased when the writing-mode is changed]
|
|
expected: FAIL
|
|
|
|
[The number of interpolating properties can be decreased when the writing-mode is changed]
|
|
expected: FAIL
|
|
|
|
[Transitions update when the writing-mode is changed through a CSS variable]
|
|
expected: FAIL
|