Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassRange.comparePoint
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/ranges/Range-comparePoint-2.html:12:3)
PassRange.comparePoint 1
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() { r.comparePoint(null, 0) }")
    at Test.<anonymous> ( /dom/ranges/Range-comparePoint-2.html:16:3)
PassRange.comparePoint 2
Asserts run
Pass
assert_throws_dom("WRONG_DOCUMENT_ERR", function "function() { r.comparePoint(doc.body, 0) }")
    at Test.<anonymous> ( /dom/ranges/Range-comparePoint-2.html:21:3)