Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassSelection must not be replaced with a new object after document.open()
Asserts run
Pass
assert_equals(0, 0, "rangeCount must initially be 0")
    at Test.<anonymous> ( /selection/Document-open.html:13:5)
Pass
assert_equals(1, 1, "rangeCount must be 1 after adding a range")
    at Test.<anonymous> ( /selection/Document-open.html:18:5)
Pass
assert_equals(object "", object "", "After document.open(), the Selection object must be the same")
    at Test.<anonymous> ( /selection/Document-open.html:22:5)
Pass
assert_equals(1, 1, "After document.open(), rangeCount must still be 1")
    at Test.<anonymous> ( /selection/Document-open.html:23:5)