mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
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:
parent
cdc3c369f0
commit
cdafaa57a0
2 changed files with 9 additions and 8 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue