Summary

Harness status: OK

Found 7 tests

Details

ResultTest NameMessage
PassHTMLTableRowElement insertCell(0)
Asserts run
Pass
assert_equals(Element node <td></td>, Element node <td></td>)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-tr-element/insertCell.html:20:3)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-tr-element/insertCell.html:21:3)
PassHTMLTableRowElement insertCell(-1)
Asserts run
Pass
assert_equals(Element node <td></td>, Element node <td></td>)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-tr-element/insertCell.html:26:3)
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-tr-element/insertCell.html:27:3)
PassHTMLTableRowElement insertCell(cells.length)
Asserts run
Pass
assert_equals(Element node <td></td>, Element node <td></td>)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-tr-element/insertCell.html:33:3)
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-tr-element/insertCell.html:34:3)
PassHTMLTableRowElement insertCell()
Asserts run
Pass
assert_equals(Element node <td></td>, Element node <td></td>)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-tr-element/insertCell.html:39:3)
Pass
assert_equals(4, 4)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-tr-element/insertCell.html:40:3)
PassHTMLTableRowElement insertCell(-2)
Asserts run
Pass
assert_throws_dom("IndexSizeError", function "function () {     tr.insertCell(-2);   }")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-tr-element/insertCell.html:44:3)
PassHTMLTableRowElement insertCell(cells.length + 1)
Asserts run
Pass
assert_throws_dom("IndexSizeError", function "function () {     tr.insertCell(tr.cells.length + 1);   }")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-tr-element/insertCell.html:50:3)
PassHTMLTableRowElement insertCell will not copy table's prefix
Asserts run
Pass
assert_equals(Element node <td></td>, Element node <td></td>)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-tr-element/insertCell.html:60:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-tr-element/insertCell.html:61:3)