| OLD | NEW |
| 1 PASS document.evaluate('/body', document, 5, 0, null) threw exception TypeError:
Failed to execute 'evaluate' on 'Document': The 3rd argument provided is either
null, or an invalid XPathNSResolver object.. | 1 PASS document.evaluate('/body', document, 5, 0, null) threw exception TypeError:
Failed to execute 'evaluate' on 'Document': parameter 3 is not of type 'XPathNS
Resolver'.. |
| 2 PASS document.evaluate('/body', document, 'a resolver', 0, null) threw exception
TypeError: Failed to execute 'evaluate' on 'Document': The 3rd argument provide
d is either null, or an invalid XPathNSResolver object.. | 2 PASS document.evaluate('/body', document, 'a resolver', 0, null) threw exception
TypeError: Failed to execute 'evaluate' on 'Document': parameter 3 is not of ty
pe 'XPathNSResolver'.. |
| 3 PASS document.evaluate('/body', document, Date, 0, null).toString() is "[object
XPathResult]" | 3 PASS document.evaluate('/body', document, Date, 0, null).toString() is "[object
XPathResult]" |
| 4 PASS successfullyParsed is true | 4 PASS successfullyParsed is true |
| 5 | 5 |
| 6 TEST COMPLETE | 6 TEST COMPLETE |
| 7 | 7 |
| OLD | NEW |