Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassIf there is a div and object with same id, the object should be returned
Asserts run
Pass
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)
PassIf there is a div and img with same id, the img should be returned
Asserts run
Pass
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)