Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassCheck the resolved value of 'auto'
Asserts run
Pass
assert_equals("rgb(0, 255, 0)", "rgb(0, 255, 0)")
    at Test.<anonymous> ( /css/css-ui/caret-color-009.html:35:4)
PassCheck the resolved value of 'currentcolor'
Asserts run
Pass
assert_equals("rgb(0, 255, 255)", "rgb(0, 255, 255)")
    at Test.<anonymous> ( /css/css-ui/caret-color-009.html:40:4)
PassCheck the resolved value of 'initial'
Asserts run
Pass
assert_equals("rgb(255, 0, 255)", "rgb(255, 0, 255)")
    at Test.<anonymous> ( /css/css-ui/caret-color-009.html:45:4)