Add CSSOM, computed style, Typed OM, invalid declaration, and descriptor serialization coverage for non-ASCII custom property names.
16 lines
435 B
Text
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
|