Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassComputed display of form inside table in xhtml should be 'block'
Asserts run
Pass
assert_equals("block", "block")
    at Test.<anonymous> ( /html/rendering/non-replaced-elements/tables/form-in-tables-xhtml.xhtml:18:11)
PassComputed display of form inside thead in xhtml should be 'block'
Asserts run
Pass
assert_equals("block", "block")
    at Test.<anonymous> ( /html/rendering/non-replaced-elements/tables/form-in-tables-xhtml.xhtml:18:11)
PassComputed display of form inside tbody in xhtml should be 'block'
Asserts run
Pass
assert_equals("block", "block")
    at Test.<anonymous> ( /html/rendering/non-replaced-elements/tables/form-in-tables-xhtml.xhtml:18:11)
PassComputed display of form inside tfoot in xhtml should be 'block'
Asserts run
Pass
assert_equals("block", "block")
    at Test.<anonymous> ( /html/rendering/non-replaced-elements/tables/form-in-tables-xhtml.xhtml:18:11)
PassComputed display of form inside tr in xhtml should be 'block'
Asserts run
Pass
assert_equals("block", "block")
    at Test.<anonymous> ( /html/rendering/non-replaced-elements/tables/form-in-tables-xhtml.xhtml:18:11)