Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassDynamic changes to `display` causing blockification of children are handled correctly
Asserts run
Pass
assert_equals("block", "block", "Grid child should get blockified")
    at Test.<anonymous> ( /css/css-display/display-contents-blockify-dynamic.html:25:3)
Pass
assert_equals("inline", "inline", "Grid grand-child should not get initially blockified")
    at Test.<anonymous> ( /css/css-display/display-contents-blockify-dynamic.html:26:3)
Pass
assert_equals("contents", "contents", "No reason for it not to become display: contents")
    at Test.<anonymous> ( /css/css-display/display-contents-blockify-dynamic.html:28:3)
Pass
assert_equals("block", "block", "Grid grand-child with display: contents parent should get blockified")
    at Test.<anonymous> ( /css/css-display/display-contents-blockify-dynamic.html:29:3)
Pass
assert_equals("block", "block", "Grid child should get blockified")
    at Test.<anonymous> ( /css/css-display/display-contents-blockify-dynamic.html:31:3)
Pass
assert_equals("inline", "inline", "Grid grand-child should get un-blockified when its parent's display stops being `contents`")
    at Test.<anonymous> ( /css/css-display/display-contents-blockify-dynamic.html:32:3)