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

Unified Diff: LayoutTests/fast/xpath/invalid-resolver-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 | « LayoutTests/fast/xpath/invalid-resolver.html ('k') | LayoutTests/fast/xpath/xpath-empty-string.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/xpath/invalid-resolver-expected.txt
diff --git a/LayoutTests/fast/xpath/invalid-resolver-expected.txt b/LayoutTests/fast/xpath/invalid-resolver-expected.txt
index ba023a27ecc1f2db0998160103f9564fdf848a20..f5c5a86118db365ce433dfe9caae843e43621c09 100644
--- a/LayoutTests/fast/xpath/invalid-resolver-expected.txt
+++ b/LayoutTests/fast/xpath/invalid-resolver-expected.txt
@@ -1,5 +1,5 @@
-PASS document.evaluate('/body', document, 5, 0, null) threw exception TypeError: Failed to execute 'evaluate' on 'Document': The 3rd argument provided is either null, or an invalid XPathNSResolver object..
-PASS document.evaluate('/body', document, 'a resolver', 0, null) threw exception TypeError: Failed to execute 'evaluate' on 'Document': The 3rd argument provided is either null, or an invalid XPathNSResolver object..
+PASS document.evaluate('/body', document, 5, 0, null) threw exception TypeError: Failed to execute 'evaluate' on 'Document': parameter 3 is not of type 'XPathNSResolver'..
+PASS document.evaluate('/body', document, 'a resolver', 0, null) threw exception TypeError: Failed to execute 'evaluate' on 'Document': parameter 3 is not of type 'XPathNSResolver'..
PASS document.evaluate('/body', document, Date, 0, null).toString() is "[object XPathResult]"
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/xpath/invalid-resolver.html ('k') | LayoutTests/fast/xpath/xpath-empty-string.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698