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

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

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 months 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 d0e8ae3de7df00f075193d70aea36b1e31bcc8eb..0eb089c8a240d44ce40ca81778e06cc3cbaa9bf8 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 Error: NamespaceError: DOM Exception 14.
+PASS docns.evaluate("//x:*", docns, nsResolver, XPathResult.ANY_TYPE, null) threw exception NamespaceError: An attempt was made to create or change an object in a way which is incorrect with regard to namespaces..
PASS doc/child::*
PASS a:doc/child::*
PASS //attribute::color

Powered by Google App Engine
This is Rietveld 408576698