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) |