mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Omit initial values from background CSS property serialization
This commit is contained in:
parent
06e3f298d0
commit
0a53aaa3b6
Notes:
github-actions[bot]
2025-06-09 09:45:10 +00:00
Author: https://github.com/Calme1709
Commit: 0a53aaa3b6
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4990
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/konradekk
3 changed files with 33 additions and 5 deletions
|
|
@ -1,2 +1,2 @@
|
|||
:root { background: transparent none 1px 1px auto auto repeat scroll padding-box border-box; }
|
||||
:root { background: 1px 1px; }
|
||||
PASS (didn't crash)
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@ All supported properties and their default values exposed from CSSStylePropertie
|
|||
'aspect-ratio': 'auto'
|
||||
'backdropFilter': 'none'
|
||||
'backdrop-filter': 'none'
|
||||
'background': 'rgba(0, 0, 0, 0) none 0% 0% auto auto repeat scroll padding-box border-box'
|
||||
'background': 'none'
|
||||
'backgroundAttachment': 'scroll'
|
||||
'background-attachment': 'scroll'
|
||||
'backgroundBlendMode': 'normal'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue