This text should be green.

Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassSpecified variable value appearing in a created element's inline style should work once spliced into the creating document
Asserts run
Pass
assert_equals("rgb(0, 136, 0)", "rgb(0, 136, 0)")
    at Test.<anonymous> ( /css/css-variables/variable-created-element.html:26:13)
PassComputed variable value appearing in a created element's inline style should work once spliced into the creating document
Asserts run
Pass
assert_equals("rgb(0, 136, 0)", "rgb(0, 136, 0)")
    at Test.<anonymous> ( /css/css-variables/variable-created-element.html:30:13)
PassVariable reference appearing in a created element's inline style should work once spliced into the creating document
Asserts run
Pass
assert_equals("rgb(0, 136, 0)", "rgb(0, 136, 0)")
    at Test.<anonymous> ( /css/css-variables/variable-created-element.html:34:13)