Pass | Verify correct results using CSSOM | Asserts runPass | assert_equals("var(--prop)", "var(--prop)", "background-color property value after calling setProperty")
at Test.TestCssom ( /css/css-variables/variable-reference-cssom.html:29:9) | Pass | assert_equals("var(--prop)", "var(--prop)", "getPropertyValue('background-color') after calling setProperty")
at Test.TestCssom ( /css/css-variables/variable-reference-cssom.html:30:9) | Pass | assert_equals("", "", "background-color property value after calling removeProperty")
at Test.TestCssom ( /css/css-variables/variable-reference-cssom.html:33:9) | Pass | assert_equals("", "", "getPropertyValue('background-color') after calling removeProperty")
at Test.TestCssom ( /css/css-variables/variable-reference-cssom.html:34:9) |
|
Pass | Verify correct results with CSSOM overriding markup-set values | Asserts runPass | assert_equals("var(--prop)", "var(--prop)", "background-color property value after calling setProperty")
at Test.TestCssomOverridingMarkup ( /css/css-variables/variable-reference-cssom.html:41:9) | Pass | assert_equals("var(--prop)", "var(--prop)", "getPropertyValue('background-color') after calling setProperty")
at Test.TestCssomOverridingMarkup ( /css/css-variables/variable-reference-cssom.html:42:9) | Pass | assert_equals("", "", "background-color property value after calling removeProperty")
at Test.TestCssomOverridingMarkup ( /css/css-variables/variable-reference-cssom.html:45:9) | Pass | assert_equals("", "", "getPropertyValue('background-color') after calling removeProperty")
at Test.TestCssomOverridingMarkup ( /css/css-variables/variable-reference-cssom.html:46:9) |
|