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