Fix list-style serialization (#31314)

In layout2020, 'list-style-position' is disabled behind a pref, so the
list_style_position field is an Option.

The serialization of the 'list-style' shorthand wasn't correctly
handling the case of it being None.
This commit is contained in:
Oriol Brufau 2024-02-11 12:51:55 -08:00 committed by GitHub
parent cdc3c369f0
commit cdafaa57a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 8 deletions

View file

@ -1,6 +0,0 @@
[cssom-getPropertyValue-common-checks.html]
[All properties (except 'all') can serialize their initial value (computed)]
expected: FAIL
[All shorthands (except 'all') can serialize their longhands set to their initial value]
expected: FAIL