LibWeb: Allow custom properties in getPropertyPriority()

This commit is contained in:
Aliaksandr Kalenik 2024-11-20 18:11:47 +01:00 committed by Alexander Kalenik
commit 41c172c663
Notes: github-actions[bot] 2024-11-21 12:17:07 +00:00
3 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,4 @@
style.getPropertyValue(--redcolor)=red
style.getPropertyPriority(--redcolor)=
rgb(255, 0, 0)
rgba(0, 0, 0, 0)