Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / xpath / invalid-resolver-expected.txt
blobf5c5a86118db365ce433dfe9caae843e43621c09
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
6 TEST COMPLETE