LibWeb: Use correct initial value for border-image

Omitting the `/`s meant that `1` and `0` were parsed as part of
border-slice instead of their intended values.

No functional changes but this will be relied on in a later commit.
This commit is contained in:
Callum Law 2025-09-15 11:29:01 +12:00 committed by Tim Ledbetter
parent 9f23b0a069
commit 588c611e7e

View File

@ -722,7 +722,7 @@
},
"border-image": {
"inherited": false,
"initial": "none 100% 1 0 stretch",
"initial": "none 100% / 1 / 0 stretch",
"longhands": [
"border-image-source",
"border-image-slice",