| Index: LayoutTests/fast/xpath/invalid-resolver-expected.txt
|
| diff --git a/LayoutTests/fast/xpath/invalid-resolver-expected.txt b/LayoutTests/fast/xpath/invalid-resolver-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8928d692c9966d4d0512d394664a59a14bbd9e90
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/xpath/invalid-resolver-expected.txt
|
| @@ -0,0 +1,7 @@
|
| +PASS document.evaluate('/body', document, 5, 0, null) threw exception TypeError: Failed to execute 'evaluate' on 'Document': The 3rd argument is not a resolver function..
|
| +PASS document.evaluate('/body', document, 'a resolver', 0, null) threw exception TypeError: Failed to execute 'evaluate' on 'Document': The 3rd argument is not a resolver function..
|
| +PASS document.evaluate('/body', document, Date, 0, null).toString() is "[object XPathResult]"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|