mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
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:
parent
82f7f761d9
commit
06cc4bdae7
3 changed files with 12 additions and 26 deletions
|
@ -1,10 +0,0 @@
|
|||
[events-005.html]
|
||||
[padding-left, padding]
|
||||
expected: FAIL
|
||||
|
||||
[padding, padding-left]
|
||||
expected: FAIL
|
||||
|
||||
[property repetition]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[transition-duration-shorthand.html]
|
||||
[transition-duration when looking at shorthand properties should be correct]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue