css: Make animation faster, direction-aware and more robust at endpoints#44365
css: Make animation faster, direction-aware and more robust at endpoints#44365yezhizhen wants to merge 3 commits intoservo:mainfrom
Conversation
|
🔨 Triggering try run (#24648950322) for Linux (WPT) |
|
Test results for linux-wpt from try job (#24648950322): Flaky unexpected result (36)
Stable unexpected results that are known to be intermittent (17)
Stable unexpected results (1)
|
|
|
|
We are getting more passing than previously too, for the revert-rule keyframes test: |
|
In the stylo PR you state
Can you add a test for this? |
This is covered by existing test. If I don't do that, one test get something like 17895697.05px before. |
|
CI has debug assertions enabled though, so I'd expect a division by zero to cause a crash no? |
There is no debug assertion for division by 0 branch. The only debug assertion I added is that |
Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
|
🔨 Triggering try run (#25208387939) for Linux (WPT) |
|
Test results for linux-wpt from try job (#25208387939): Flaky unexpected result (24)
Stable unexpected results that are known to be intermittent (21)
|
|
✨ Try run (#25208387939) succeeded. |
Stylo PR: servo/stylo#354
Testing: New passes in existing tests: revert-rule, css-easing, css-logical.
revert-rule seems to be one of latest CSS keywords. I cannot even find it in MDN.
Fixes: #43086
I'm unable to reopen the previous PR #43594.