layout: Ensure that the last transition for a property take precedence (#37176)

This change bumps stylo to servo/stylo#214, to fix an issue where
transition
properties defined earlier on the list of transitions were taking
preference over
those defined later.

Testing: This fixes a couple WPT tests.
Fixes: #37164

Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
Euclid Ye 2025-07-03 19:28:14 +08:00 committed by GitHub
parent 82f7f761d9
commit 06cc4bdae7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 26 deletions

View file

@ -1,10 +0,0 @@
[events-005.html]
[padding-left, padding]
expected: FAIL
[padding, padding-left]
expected: FAIL
[property repetition]
expected: FAIL

View file

@ -1,4 +0,0 @@
[transition-duration-shorthand.html]
[transition-duration when looking at shorthand properties should be correct]
expected: FAIL