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/evaluator-exceptions-expected.txt

Issue 983123003: Add [TypeChecking=Interface] to XPath interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: revert test change; no longer needed Created 5 years, 9 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
« no previous file with comments | « no previous file | LayoutTests/fast/xpath/invalid-resolver.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/xpath/evaluator-exceptions-expected.txt
diff --git a/LayoutTests/fast/xpath/evaluator-exceptions-expected.txt b/LayoutTests/fast/xpath/evaluator-exceptions-expected.txt
index c55bfcac849b598a5d63db42a28caa83fbb2e10f..b5678aaf227223a221683487fef81f2a40713269 100644
--- a/LayoutTests/fast/xpath/evaluator-exceptions-expected.txt
+++ b/LayoutTests/fast/xpath/evaluator-exceptions-expected.txt
@@ -1,4 +1,4 @@
-PASS evalulator.evaluate('/body', 0, nsResolver, 0, null); threw exception NotSupportedError: Failed to execute 'evaluate' on 'XPathEvaluator': The context node provided is null..
+PASS evalulator.evaluate('/body', 0, nsResolver, 0, null); threw exception TypeError: Failed to execute 'evaluate' on 'XPathEvaluator': parameter 2 is not of type 'Node'..
PASS evalulator.evaluate('/body', fragment, nsResolver, 0, null); threw exception NotSupportedError: Failed to execute 'evaluate' on 'XPathEvaluator': The node provided is '#document-fragment', which is not a valid context node type..
PASS evalulator.evaluate('/body', doctype, nsResolver, 0, null); threw exception NotSupportedError: Failed to execute 'evaluate' on 'XPathEvaluator': The node provided is 'html', which is not a valid context node type..
PASS successfullyParsed is true
« no previous file with comments | « no previous file | LayoutTests/fast/xpath/invalid-resolver.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698