Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassinsertRow(): INDEX_SIZE_ERR
Asserts run
Pass
assert_throws_dom("INDEX_SIZE_ERR", function "function() {     table.insertRow(-2);   }")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/insertRow-method-01.html:17:3)
Pass
assert_throws_dom("INDEX_SIZE_ERR", function "function() {     table.insertRow(2);   }")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/insertRow-method-01.html:20:3)