Pass | HTMLTableSectionElement insertRow(0) | Asserts runPass | 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) |
|
Pass | HTMLTableSectionElement insertRow(-1) | Asserts runPass | 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) |
|
Pass | HTMLTableSectionElement insertRow() | Asserts runPass | 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) |
|
Pass | HTMLTableSectionElement insertRow(rows.length) | Asserts runPass | 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) |
|
Pass | HTMLTableSectionElement insertRow(-2) | Asserts runPass | assert_throws_dom("IndexSizeError", function "function () { tbody.insertRow(-2); }")
at Test.<anonymous> ( /html/semantics/tabular-data/the-tbody-element/insertRow.html:45:3) |
|
Pass | HTMLTableSectionElement insertRow(rows.length + 1) | Asserts runPass | 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) |
|