Summary

Harness status: OK

Found 7 tests

Details

ResultTest NameMessage
Pass"or" operator depending on the context node
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /domxpath/booleans.html:12:3)
Pass"=" operator depending on the context node
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /domxpath/booleans.html:18:3)
Pass"!=" operator depending on the context node
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /domxpath/booleans.html:24:3)
Pass"<" operator depending on the context node
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /domxpath/booleans.html:30:3)
Pass">" operator depending on the context node
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /domxpath/booleans.html:36:3)
Pass">=" operator depending on the context node
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /domxpath/booleans.html:42:3)
Pass"<=" operator depending on the context node
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /domxpath/booleans.html:48:3)