Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassinsertRow should not copy prefixes
Asserts run
Pass
assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml", "Parent should be in the HTML namespace")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:11:3)
Pass
assert_equals("html", "html", "Parent prefix should be html")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:12:3)
Pass
assert_equals("table", "table", "Parent local name should be table")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:13:3)
Pass
assert_equals("HTML:TABLE", "HTML:TABLE", "Parent tag name should be HTML:TABLE")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:14:3)
Pass
assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml", "Row should be in the HTML namespace")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:17:3)
Pass
assert_equals(null, null, "Row prefix should be null")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:18:3)
Pass
assert_equals("tr", "tr", "Row local name should be tr")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:19:3)
Pass
assert_equals("TR", "TR", "Row tag name should be TR")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:20:3)
Pass
assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml", "Body should be in the HTML namespace")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:23:3)
Pass
assert_equals(null, null, "Body prefix should be null")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:24:3)
Pass
assert_equals("tbody", "tbody", "Body local name should be tr")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:25:3)
Pass
assert_equals("TBODY", "TBODY", "Body tag name should be TR")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:26:3)
Pass
assert_array_equals(object "[object NodeList]", [Element node <tbody><tr></tr></tbody>])
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:28:3)
Pass
assert_array_equals(object "[object NodeList]", [Element node <tr></tr>])
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:29:3)
Pass
assert_array_equals(object "[object HTMLCollection]", [Element node <tr></tr>])
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:30:3)
PassinsertRow should insert into a tbody, not into a thead, if table.rows is empty
Asserts run
Pass
assert_array_equals(object "[object HTMLCollection]", [])
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:35:3)
Pass
assert_array_equals(object "[object NodeList]", [Element node <thead></thead>, Element node <tbody><tr></tr></tbody>])
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:39:3)
Pass
assert_array_equals(object "[object NodeList]", [])
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:40:3)
Pass
assert_array_equals(object "[object NodeList]", [Element node <tr></tr>])
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:41:3)
Pass
assert_array_equals(object "[object HTMLCollection]", [Element node <tr></tr>])
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:42:3)
PassinsertRow should insert into a tbody, not into a tfoot, if table.rows is empty
Asserts run
Pass
assert_array_equals(object "[object HTMLCollection]", [])
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:47:3)
Pass
assert_array_equals(object "[object NodeList]", [Element node <tfoot></tfoot>, Element node <tbody><tr></tr></tbody>])
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:51:3)
Pass
assert_array_equals(object "[object NodeList]", [])
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:52:3)
Pass
assert_array_equals(object "[object NodeList]", [Element node <tr></tr>])
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:53:3)
Pass
assert_array_equals(object "[object HTMLCollection]", [Element node <tr></tr>])
    at Test.<anonymous> ( /html/semantics/tabular-data/the-table-element/table-insertRow.html:54:3)