Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassComputed 'display' on table should match html spec
Asserts run
Pass
assert_equals("table", "table")
    at Test.<anonymous> ( /html/rendering/non-replaced-elements/tables/table-ua-stylesheet.html:41:5)
PassComputed 'box-sizing' on table should match html spec
Asserts run
Pass
assert_equals("border-box", "border-box")
    at Test.<anonymous> ( /html/rendering/non-replaced-elements/tables/table-ua-stylesheet.html:41:5)
PassComputed 'border-spacing' on table should match html spec
Asserts run
Pass
assert_equals("2px 2px", "2px 2px")
    at Test.<anonymous> ( /html/rendering/non-replaced-elements/tables/table-ua-stylesheet.html:41:5)
PassComputed 'border-collapse' on table should match html spec
Asserts run
Pass
assert_equals("separate", "separate")
    at Test.<anonymous> ( /html/rendering/non-replaced-elements/tables/table-ua-stylesheet.html:41:5)
PassComputed 'text-indent' on table should match html spec
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/non-replaced-elements/tables/table-ua-stylesheet.html:41:5)