blob: f5c5a86118db365ce433dfe9caae843e43621c09 [file] [log] [blame]
PASS document.evaluate('/body', document, 5, 0, null) threw exception TypeError: Failed to execute 'evaluate' on 'Document': parameter 3 is not of type 'XPathNSResolver'..
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'..
PASS document.evaluate('/body', document, Date, 0, null).toString() is "[object XPathResult]"
PASS successfullyParsed is true
TEST COMPLETE