LibWeb: Parse the border-image-outset property

This commit is contained in:
Tim Ledbetter 2025-06-10 23:54:48 +01:00 committed by Sam Atkins
parent 245905b833
commit 98e63e3dd5
Notes: github-actions[bot] 2025-07-03 09:21:04 +00:00
12 changed files with 236 additions and 154 deletions

View file

@ -243,6 +243,8 @@ All supported properties and their default values exposed from CSSStylePropertie
'border-end-end-radius': '0px'
'borderEndStartRadius': '0px'
'border-end-start-radius': '0px'
'borderImageOutset': '0'
'border-image-outset': '0'
'borderImageSlice': '100%'
'border-image-slice': '100%'
'borderImageSource': 'none'