LibWeb: Parse the border-image-source property

This commit is contained in:
Tim Ledbetter 2025-06-10 05:29:50 +01:00 committed by Sam Atkins
commit 70c2621634
Notes: github-actions[bot] 2025-07-03 09:21:17 +00:00
10 changed files with 368 additions and 296 deletions

View file

@ -105,6 +105,7 @@ All properties associated with getComputedStyle(document.body):
"border-bottom-width",
"border-end-end-radius",
"border-end-start-radius",
"border-image-source",
"border-inline-end-color",
"border-inline-end-style",
"border-inline-end-width",

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'
'borderImageSource': 'none'
'border-image-source': 'none'
'borderInlineColor': 'rgb(0, 0, 0)'
'border-inline-color': 'rgb(0, 0, 0)'
'borderInlineEnd': '0px rgb(0, 0, 0)'

View file

@ -103,6 +103,7 @@ border-bottom-style: none
border-bottom-width: 0px
border-end-end-radius: 0px
border-end-start-radius: 0px
border-image-source: none
border-inline-end-color: rgb(0, 0, 0)
border-inline-end-style: none
border-inline-end-width: 0px
@ -158,7 +159,7 @@ grid-row-start: auto
grid-template-areas: none
grid-template-columns: none
grid-template-rows: none
height: 2400px
height: 2415px
inline-size: 784px
inset-block-end: auto
inset-block-start: auto