| Index: LayoutTests/fast/xpath/evaluator-exceptions-expected.txt
|
| diff --git a/LayoutTests/fast/xpath/evaluator-exceptions-expected.txt b/LayoutTests/fast/xpath/evaluator-exceptions-expected.txt
|
| index c55bfcac849b598a5d63db42a28caa83fbb2e10f..b5678aaf227223a221683487fef81f2a40713269 100644
|
| --- a/LayoutTests/fast/xpath/evaluator-exceptions-expected.txt
|
| +++ b/LayoutTests/fast/xpath/evaluator-exceptions-expected.txt
|
| @@ -1,4 +1,4 @@
|
| -PASS evalulator.evaluate('/body', 0, nsResolver, 0, null); threw exception NotSupportedError: Failed to execute 'evaluate' on 'XPathEvaluator': The context node provided is null..
|
| +PASS evalulator.evaluate('/body', 0, nsResolver, 0, null); threw exception TypeError: Failed to execute 'evaluate' on 'XPathEvaluator': parameter 2 is not of type 'Node'..
|
| PASS evalulator.evaluate('/body', fragment, nsResolver, 0, null); threw exception NotSupportedError: Failed to execute 'evaluate' on 'XPathEvaluator': The node provided is '#document-fragment', which is not a valid context node type..
|
| PASS evalulator.evaluate('/body', doctype, nsResolver, 0, null); threw exception NotSupportedError: Failed to execute 'evaluate' on 'XPathEvaluator': The node provided is 'html', which is not a valid context node type..
|
| PASS successfullyParsed is true
|
|
|