Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassConstructor with 'new'
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /domxpath/evaluator-constructor.html:11:3)
PassConstructor without 'new'
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", "var x = XPathEvaluator()")
    at Test.<anonymous> ( /domxpath/evaluator-constructor.html:14:3)