| 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
|
| index ba023a27ecc1f2db0998160103f9564fdf848a20..f5c5a86118db365ce433dfe9caae843e43621c09 100644
|
| --- a/LayoutTests/fast/xpath/invalid-resolver-expected.txt
|
| +++ b/LayoutTests/fast/xpath/invalid-resolver-expected.txt
|
| @@ -1,5 +1,5 @@
|
| -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..
|
| -PASS document.evaluate('/body', document, 'a resolver', 0, null) threw exception TypeError: Failed to execute 'evaluate' on 'Document': The 3rd argument provided is either null, or an invalid XPathNSResolver object..
|
| +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
|
|
|
|
|