ladybird/Tests/LibWeb/Text/expected/css/CSSStyleDeclaration-custom-properties.txt
Andreas Kling 524f7e0975 LibWeb: Cover non-ASCII CSS custom property names
Add CSSOM, computed style, Typed OM, invalid declaration, and descriptor
serialization coverage for non-ASCII custom property names.
2026-06-09 11:48:02 +02:00

16 lines
435 B
Text

style.getPropertyValue(--redcolor)=red
style.getPropertyPriority(--redcolor)=
rgb(255, 0, 0)
rgba(0, 0, 0, 0)
style.getPropertyValue(--é)=green
style.cssText=--é: green;
blue
rgb(0, 0, 255)
rgb(0, 128, 0)
computedStyleMap(--é-number)=0
computedStyleMap(--é-number).unit=number
computedStyleMap(--é-number).value=0
computedStyleMap(--é-integer)=0
computedStyleMap(--é-integer).unit=number
computedStyleMap(--é-integer).value=0