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

Unified Diff: LayoutTests/fast/xsl/xslt-processor-expected.txt

Issue 795053002: [binding] Migrate XSLTProcessor.idl away from using custom V8 binding. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review comments Created 6 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
« no previous file with comments | « LayoutTests/fast/xsl/xslt-processor.html ('k') | Source/bindings/core/v8/custom/V8XSLTProcessorCustom.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/xsl/xslt-processor-expected.txt
diff --git a/LayoutTests/fast/xsl/xslt-processor-expected.txt b/LayoutTests/fast/xsl/xslt-processor-expected.txt
index 9e007938308bbc48633705b6c86a36d50ae336f7..f9ddbeb8576ac3b56e14290544b07512ceb7f2fa 100644
--- a/LayoutTests/fast/xsl/xslt-processor-expected.txt
+++ b/LayoutTests/fast/xsl/xslt-processor-expected.txt
@@ -83,14 +83,16 @@ Success
4.2 pass undefined namespace:
Success
4.3 pass setParameter an undefined name:
-****Failure**** (expected exception, instead got result: "undefined")
-4.4 pass unsupported value to setParameter:
+Success
+4.4 pass undefined value to setParameter:
+Success
+4.5 pass unsupported value to setParameter:
****Failure**** (expected exception, instead got result: "undefined")
5.0 Value getParameter(in DOMString namespaceURI, in DOMString localName):
5.1 pass getParameter an undefined name:
-****Failure**** (expected exception, instead got result: "undefined")
+Success
5.2 pass getParameter a name which has not been set:
Success
5.3 verify getParameter actually gets (and set sets):
« no previous file with comments | « LayoutTests/fast/xsl/xslt-processor.html ('k') | Source/bindings/core/v8/custom/V8XSLTProcessorCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698