Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassCSS variable references - shorthand properties - via CSSOM
Asserts run
Pass
assert_equals("var(--prop)", "var(--prop)", "margin property value after calling setProperty")
    at Test.runTest ( /css/css-variables/variable-reference-shorthands-cssom.html:25:9)
Pass
assert_equals("var(--prop)", "var(--prop)", "getPropertyValue('margin') after calling setProperty")
    at Test.runTest ( /css/css-variables/variable-reference-shorthands-cssom.html:26:9)
Pass
assert_equals("", "", "margin property value after calling removeProperty")
    at Test.runTest ( /css/css-variables/variable-reference-shorthands-cssom.html:29:9)
Pass
assert_equals("", "", "getPropertyValue('margin') after calling removeProperty")
    at Test.runTest ( /css/css-variables/variable-reference-shorthands-cssom.html:30:9)