Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
PassHTMLTableSectionElement insertRow(0)
Asserts run
Pass
assert_equals(Element node <tr></tr>, Element node <tr></tr>)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-tbody-element/insertRow.html:22:3)
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-tbody-element/insertRow.html:23:3)
PassHTMLTableSectionElement insertRow(-1)
Asserts run
Pass
assert_equals(Element node <tr></tr>, Element node <tr></tr>)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-tbody-element/insertRow.html:28:3)
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-tbody-element/insertRow.html:29:3)
PassHTMLTableSectionElement insertRow()
Asserts run
Pass
assert_equals(Element node <tr></tr>, Element node <tr></tr>)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-tbody-element/insertRow.html:34:3)
Pass
assert_equals(4, 4)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-tbody-element/insertRow.html:35:3)
PassHTMLTableSectionElement insertRow(rows.length)
Asserts run
Pass
assert_equals(Element node <tr></tr>, Element node <tr></tr>)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-tbody-element/insertRow.html:40:3)
Pass
assert_equals(5, 5)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-tbody-element/insertRow.html:41:3)
PassHTMLTableSectionElement insertRow(-2)
Asserts run
Pass
assert_throws_dom("IndexSizeError", function "function () {     tbody.insertRow(-2);   }")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-tbody-element/insertRow.html:45:3)
PassHTMLTableSectionElement insertRow(rows.length + 1)
Asserts run
Pass
assert_throws_dom("IndexSizeError", function "function () {     tbody.insertRow(tbody.rows.length + 1);   }")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-tbody-element/insertRow.html:51:3)
ABCDEF