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