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 5747baeeaf7c3f21f5be3794c6a9ffcb9c4c9bb4..94c635a3a87ab0dab98b6e22621a39bec8652573 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 SyntaxError: Failed to execute 'createExpression' on 'XPathExpression': The string '\' is not a valid XPath expression.. |
+PASS DOM.evaluate("\\", ROOT, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null) threw exception SyntaxError: Failed to execute 'evaluate' on 'Document': The string '\' is not a valid XPath expression.. |
PASS successfullyParsed is true |
TEST COMPLETE |