Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassSerialization of computed style value for display:contents
Asserts run
Pass
assert_equals("contents", "contents")
    at Test.<anonymous> ( /css/css-display/display-contents-computed-style.html:39:9)
Passdisplay:contents element as inherit parent - explicit inheritance
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/css-display/display-contents-computed-style.html:43:9)
Passdisplay:contents element as inherit parent - implicit inheritance
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/css-display/display-contents-computed-style.html:47:9)
PassResolved value should be computed value, not used value, for display:contents
Asserts run
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /css/css-display/display-contents-computed-style.html:52:9)
Pass
assert_equals("50%", "50%")
    at Test.<anonymous> ( /css/css-display/display-contents-computed-style.html:53:9)
Pass
assert_equals("25%", "25%")
    at Test.<anonymous> ( /css/css-display/display-contents-computed-style.html:54:9)
Pass
assert_equals("10%", "10%")
    at Test.<anonymous> ( /css/css-display/display-contents-computed-style.html:55:9)
Passdisplay:contents is blockified for root elements
Asserts run
Pass
assert_equals("block", "block")
    at Test.<anonymous> ( /css/css-display/display-contents-computed-style.html:59:9)