Pass | Test default caret-color | Asserts runPass | 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) |
|
Pass | Test caret-color: initial | Asserts runPass | 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) |
|
Pass | Test caret-color: inherit | Asserts runPass | 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) |
|
Pass | Test caret-color: auto | Asserts runPass | 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) |
|
Pass | Test caret-color: currentcolor | Asserts runPass | 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) |
|
Pass | Test caret-color: lime | Asserts runPass | 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) |
|
Pass | Reset caret-color: initial | Asserts runPass | 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) |
|
Pass | Test caret-color: rgb(0, 100, 100) | Asserts runPass | 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) |
|
Pass | Test caret-color: initial (inherited) | Asserts runPass | 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) |
|
Pass | Test caret-color: inherit (inherited) | Asserts runPass | 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) |
|
Pass | Test caret-color: blue (inherited) | Asserts runPass | 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) |
|