Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassinsertRow(): non-empty table
Asserts runNo asserts ran
Passtable should start out with two rows
Asserts run
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/insertRow-method-03.html:18:5)
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/insertRow-method-03.html:19:5)
PassinsertRow should insert a tr element before the second row
Asserts run
Pass
assert_equals("tr", "tr")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/insertRow-method-03.html:25:5)
Pass
assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/insertRow-method-03.html:26:5)
Pass
assert_equals("first", "first")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/insertRow-method-03.html:27:5)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/insertRow-method-03.html:28:5)
Pass
assert_equals("second", "second")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/insertRow-method-03.html:29:5)