| Index: LayoutTests/fast/xpath/4XPath/Core/test_parser-expected.txt
|
| diff --git a/LayoutTests/fast/xpath/4XPath/Core/test_parser-expected.txt b/LayoutTests/fast/xpath/4XPath/Core/test_parser-expected.txt
|
| index e5e3445fa62cb9294b1d0317f0b92ca2b14da14e..609e9cdb7283cee3fe01af8ca566d3cf51c7e5f8 100644
|
| --- a/LayoutTests/fast/xpath/4XPath/Core/test_parser-expected.txt
|
| +++ b/LayoutTests/fast/xpath/4XPath/Core/test_parser-expected.txt
|
| @@ -38,7 +38,7 @@ PASS DOM.evaluate("/.. * 0", ROOT, null, XPathResult.NUMBER_TYPE, null).numberVa
|
| PASS CHILD2/@CODE
|
| PASS DOM.evaluate("CHILD2/@CODE * 0", ROOT, null, XPathResult.NUMBER_TYPE, null).numberValue is 0
|
| PASS föø
|
| -PASS DOM.evaluate("\\", ROOT, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null) threw exception INVALID_EXPRESSION_ERR: The expression had a syntax error or otherwise is not a legal expression according to the rules of the specific XPathEvaluator..
|
| +PASS DOM.evaluate("\\", ROOT, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null) threw exception SyntaxError: An invalid or illegal string was specified..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|