Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Unified Diff: LayoutTests/fast/xpath/py-dom-xpath/nodetests-expected.txt

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698