Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassinsertRow(): Empty table
Asserts runNo asserts ran
Passtable should start out empty
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/insertRow-method-02.html:16:5)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/insertRow-method-02.html:17:5)
PassinsertRow should insert a tr element
Asserts run
Pass
assert_equals("tr", "tr")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/insertRow-method-02.html:23: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-02.html:24:5)
PassinsertRow should insert a tbody element
Asserts run
Pass
assert_equals("tbody", "tbody")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/insertRow-method-02.html:29: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-02.html:30:5)
Pass
assert_equals(Element node <table><tbody><tr></tr></tbody></table>, Element node <table><tbody><tr></tr></tbody></table>)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/insertRow-method-02.html:31:5)