Pass | If there is a div and object with same id, the object should be returned | Asserts runPass | assert_equals("test2", "test2")
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-08.html:18:3) | Pass | assert_true(true)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-08.html:20:3) | Pass | assert_equals(Element node <object id="test2"></object>, Element node <object id="test2"></object>)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-08.html:21:3) |
|
Pass | If there is a div and img with same id, the img should be returned | Asserts runPass | assert_equals("test3", "test3")
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-08.html:26:3) | Pass | assert_true(true)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-08.html:28:3) | Pass | assert_equals(Element node <img id="test3" name="non-empty"></img>, Element node <img id="test3" name="non-empty"></img>)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-08.html:29:3) |
|