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

@ -316,6 +316,7 @@ bool pseudo_element_supports_property(PseudoElement pseudo_element, PropertyID p
append_property("border-bottom-style"sv);
append_property("border-bottom-width"sv);
append_property("border-color"sv);
append_property("border-image-source"sv);
append_property("border-inline-end"sv);
append_property("border-inline-end-color"sv);
append_property("border-inline-end-style"sv);