1 PASS document.evaluate('/body', document, 5, 0, null) threw exception TypeError: Failed to execute 'evaluate' on 'Document': parameter 3 is not of type 'XPathNSResolver'..
2 PASS document.evaluate('/body', document, 'a resolver', 0, null) threw exception TypeError: Failed to execute 'evaluate' on 'Document': parameter 3 is not of type 'XPathNSResolver'..
3 PASS document.evaluate('/body', document, Date, 0, null).toString() is "[object XPathResult]"
4 PASS successfullyParsed is true