Index: LayoutTests/fast/xpath/py-dom-xpath/nodetests-expected.txt |
diff --git a/LayoutTests/fast/xpath/py-dom-xpath/nodetests-expected.txt b/LayoutTests/fast/xpath/py-dom-xpath/nodetests-expected.txt |
index ee515738eda7fb894e1d133e4db99573b84a68a1..07002db731da5a52514d063a44c18d637f320da3 100644 |
--- a/LayoutTests/fast/xpath/py-dom-xpath/nodetests-expected.txt |
+++ b/LayoutTests/fast/xpath/py-dom-xpath/nodetests-expected.txt |
@@ -1,7 +1,7 @@ |
PASS /descendant::item |
PASS /descendant::a:item |
PASS /descendant::b:* |
-PASS docns.evaluate("//x:*", docns, nsResolver, XPathResult.ANY_TYPE, null) threw exception NamespaceError: Failed to execute 'createExpression' on 'XPathExpression': The string '//x:*' contains unresolvable namespaces.. |
+PASS docns.evaluate("//x:*", docns, nsResolver, XPathResult.ANY_TYPE, null) threw exception NamespaceError: Failed to execute 'evaluate' on 'Document': The string '//x:*' contains unresolvable namespaces.. |
PASS doc/child::* |
PASS a:doc/child::* |
PASS //attribute::color |