getComputedStyle() for opacity defined by variable in ::marker
Asserts run
Pass
assert_equals("rgba(0, 128, 0, 0.75)", "rgba(0, 128, 0, 0.75)", "color is green with 0.75 opacity.")
at Test.<anonymous> ( /css/css-pseudo/marker-variable-computed-style.html:34:13)
Pass
getComputedStyle() for color defined by variable in ::marker
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "color is green.")
at Test.<anonymous> ( /css/css-pseudo/marker-variable-computed-style.html:39:13)