Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Passwalking outside a tree
Asserts run
Pass
assert_equals(Element node <p></p>, Element node <p></p>, "TreeWalker failed after removing the current node from the tree")
    at Test.<anonymous> ( /dom/traversal/TreeWalker-walking-outside-a-tree.html:30:5)
Pass
assert_equals(Element node <title></title>, Element node <title></title>, "failed to handle regrafting correctly")
    at Test.<anonymous> ( /dom/traversal/TreeWalker-walking-outside-a-tree.html:32:5)
Pass
assert_equals(Element node <p><body></body></p>, Element node <p><body></body></p>, "couldn't retrace steps")
    at Test.<anonymous> ( /dom/traversal/TreeWalker-walking-outside-a-tree.html:34:5)
Pass
assert_equals(Element node <body></body>, Element node <body></body>, "couldn't step back into root")
    at Test.<anonymous> ( /dom/traversal/TreeWalker-walking-outside-a-tree.html:35:5)
Pass
assert_equals(null, null, "root didn't retake its rootish position")
    at Test.<anonymous> ( /dom/traversal/TreeWalker-walking-outside-a-tree.html:36:5)

[Acid3 - Test 006a] walking outside a tree