Summary

Harness status: OK

Found 11 tests

Details

ResultTest NameMessage
PassTest default caret-color
Asserts run
Pass
assert_equals("", "", "The style attribute's caret-color should be ''")
    at testStyleCaretColor ( /css/css-ui/caret-color-013.html:19:5)
Pass
assert_equals("rgb(0, 0, 0)", "rgb(0, 0, 0)", "caret-color computed style should be 'rgb(0, 0, 0)'")
    at testComputedStyleCaretColor ( /css/css-ui/caret-color-013.html:23:5)
PassTest caret-color: initial
Asserts run
Pass
assert_equals("initial", "initial", "The style attribute's caret-color should be 'initial'")
    at testStyleCaretColor ( /css/css-ui/caret-color-013.html:19:5)
Pass
assert_equals("rgb(0, 0, 0)", "rgb(0, 0, 0)", "caret-color computed style should be 'rgb(0, 0, 0)'")
    at testComputedStyleCaretColor ( /css/css-ui/caret-color-013.html:23:5)
PassTest caret-color: inherit
Asserts run
Pass
assert_equals("inherit", "inherit", "The style attribute's caret-color should be 'inherit'")
    at testStyleCaretColor ( /css/css-ui/caret-color-013.html:19:5)
Pass
assert_equals("rgb(0, 0, 0)", "rgb(0, 0, 0)", "caret-color computed style should be 'rgb(0, 0, 0)'")
    at testComputedStyleCaretColor ( /css/css-ui/caret-color-013.html:23:5)
PassTest caret-color: auto
Asserts run
Pass
assert_equals("auto", "auto", "The style attribute's caret-color should be 'auto'")
    at testStyleCaretColor ( /css/css-ui/caret-color-013.html:19:5)
Pass
assert_equals("rgb(0, 0, 0)", "rgb(0, 0, 0)", "caret-color computed style should be 'rgb(0, 0, 0)'")
    at testComputedStyleCaretColor ( /css/css-ui/caret-color-013.html:23:5)
PassTest caret-color: currentcolor
Asserts run
Pass
assert_equals("currentcolor", "currentcolor", "The style attribute's caret-color should be 'currentcolor'")
    at testStyleCaretColor ( /css/css-ui/caret-color-013.html:19:5)
Pass
assert_equals("rgb(0, 0, 0)", "rgb(0, 0, 0)", "caret-color computed style should be 'rgb(0, 0, 0)'")
    at testComputedStyleCaretColor ( /css/css-ui/caret-color-013.html:23:5)
PassTest caret-color: lime
Asserts run
Pass
assert_equals("lime", "lime", "The style attribute's caret-color should be 'lime'")
    at testStyleCaretColor ( /css/css-ui/caret-color-013.html:19:5)
Pass
assert_equals("rgb(0, 255, 0)", "rgb(0, 255, 0)", "caret-color computed style should be 'rgb(0, 255, 0)'")
    at testComputedStyleCaretColor ( /css/css-ui/caret-color-013.html:23:5)
PassReset caret-color: initial
Asserts run
Pass
assert_equals("initial", "initial", "The style attribute's caret-color should be 'initial'")
    at testStyleCaretColor ( /css/css-ui/caret-color-013.html:19:5)
Pass
assert_equals("rgb(0, 0, 0)", "rgb(0, 0, 0)", "caret-color computed style should be 'rgb(0, 0, 0)'")
    at testComputedStyleCaretColor ( /css/css-ui/caret-color-013.html:23:5)
PassTest caret-color: rgb(0, 100, 100)
Asserts run
Pass
assert_equals("rgb(0, 100, 100)", "rgb(0, 100, 100)", "The style attribute's caret-color should be 'rgb(0, 100, 100)'")
    at testStyleCaretColor ( /css/css-ui/caret-color-013.html:19:5)
Pass
assert_equals("rgb(0, 100, 100)", "rgb(0, 100, 100)", "caret-color computed style should be 'rgb(0, 100, 100)'")
    at testComputedStyleCaretColor ( /css/css-ui/caret-color-013.html:23:5)
PassTest caret-color: initial (inherited)
Asserts run
Pass
assert_equals("initial", "initial", "The style attribute's caret-color should be 'initial'")
    at testStyleCaretColor ( /css/css-ui/caret-color-013.html:19:5)
Pass
assert_equals("rgb(0, 0, 0)", "rgb(0, 0, 0)", "caret-color computed style should be 'rgb(0, 0, 0)'")
    at testComputedStyleCaretColor ( /css/css-ui/caret-color-013.html:23:5)
PassTest caret-color: inherit (inherited)
Asserts run
Pass
assert_equals("inherit", "inherit", "The style attribute's caret-color should be 'inherit'")
    at testStyleCaretColor ( /css/css-ui/caret-color-013.html:19:5)
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "caret-color computed style should be 'rgb(0, 128, 0)'")
    at testComputedStyleCaretColor ( /css/css-ui/caret-color-013.html:23:5)
PassTest caret-color: blue (inherited)
Asserts run
Pass
assert_equals("blue", "blue", "The style attribute's caret-color should be 'blue'")
    at testStyleCaretColor ( /css/css-ui/caret-color-013.html:19:5)
Pass
assert_equals("rgb(0, 0, 255)", "rgb(0, 0, 255)", "caret-color computed style should be 'rgb(0, 0, 255)'")
    at testComputedStyleCaretColor ( /css/css-ui/caret-color-013.html:23:5)