mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
LibWeb: Handle CSS-wide keywords in style_property_for_sided_shorthand
CSS-wide keywords should not be concatenated in the same way as other values unless they are all the same.
This commit is contained in:
Notes:
github-actions[bot]
2025-06-16 11:38:51 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/7d81823eb3d Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5066 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -2,8 +2,8 @@ Harness status: OK
|
||||
|
||||
Found 11 tests
|
||||
|
||||
5 Pass
|
||||
6 Fail
|
||||
6 Pass
|
||||
5 Fail
|
||||
Fail All properties can serialize 'initial'
|
||||
Fail All properties (except 'all') can serialize their initial value (computed)
|
||||
Fail All properties (except 'all') can serialize their initial value (specified)
|
||||
@@ -11,7 +11,7 @@ Fail All shorthands can serialize their longhands set to 'initial'
|
||||
Fail All shorthands (except 'all') can serialize their longhands set to their initial value
|
||||
Pass All aliases can serialize target property set to 'initial'
|
||||
Pass All aliases can serialize target property set to its initial value
|
||||
Fail Can't serialize shorthand when longhands are set to different css-wide keywords
|
||||
Pass Can't serialize shorthand when longhands are set to different css-wide keywords
|
||||
Pass Can't serialize shorthand when longhands have different priority
|
||||
Pass Can't serialize shorthand set to 'initial' when some longhand is missing
|
||||
Pass Can't serialize shorthand set to initial value when some longhand is missing
|
||||
Reference in New Issue
Block a user