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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/xpath/invalid-resolver.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 PASS evalulator.evaluate('/body', 0, nsResolver, 0, null); threw exception NotSu pportedError: Failed to execute 'evaluate' on 'XPathEvaluator': The context node provided is null.. 1 PASS evalulator.evaluate('/body', 0, nsResolver, 0, null); threw exception TypeE rror: Failed to execute 'evaluate' on 'XPathEvaluator': parameter 2 is not of ty pe 'Node'..
2 PASS evalulator.evaluate('/body', fragment, nsResolver, 0, null); threw exceptio n NotSupportedError: Failed to execute 'evaluate' on 'XPathEvaluator': The node provided is '#document-fragment', which is not a valid context node type.. 2 PASS evalulator.evaluate('/body', fragment, nsResolver, 0, null); threw exceptio n NotSupportedError: Failed to execute 'evaluate' on 'XPathEvaluator': The node provided is '#document-fragment', which is not a valid context node type..
3 PASS evalulator.evaluate('/body', doctype, nsResolver, 0, null); threw exception NotSupportedError: Failed to execute 'evaluate' on 'XPathEvaluator': The node p rovided is 'html', which is not a valid context node type.. 3 PASS evalulator.evaluate('/body', doctype, nsResolver, 0, null); threw exception NotSupportedError: Failed to execute 'evaluate' on 'XPathEvaluator': The node p rovided is 'html', which is not a valid context node type..
4 PASS successfullyParsed is true 4 PASS successfullyParsed is true
5 5
6 TEST COMPLETE 6 TEST COMPLETE
7 7
OLDNEW
« 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