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

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

Issue 996603003: Add [TypeChecking=Interface] to XSLTProcessor interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update test 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/xsl/xslt-processor.html ('k') | Source/core/xml/XSLTProcessor.h » ('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 f9ddbeb8576ac3b56e14290544b07512ceb7f2fa..2eba7629c090273c14249c4b9b5cc4f3dbdda6bf 100644
--- a/LayoutTests/fast/xsl/xslt-processor-expected.txt
+++ b/LayoutTests/fast/xsl/xslt-processor-expected.txt
@@ -48,7 +48,7 @@ SOURCE XML: &lt;&lt;&lt;&amp;ั‚ะตัั‚&amp;&gt;&gt;&gt;</pre>
</body>
</html>
1.3 Import undefined stylesheet:
-****Failure**** (expected exception, instead got result: "undefined")
+Success
1.4 Import undefined stylesheet:
****Failure**** (expected exception, instead got result: "undefined")
1.5 Don't import stylesheet:
@@ -57,11 +57,11 @@ Success
2.0 DOMDocumentFragment transformToFragment(in DOMNode source, in DOMDocument output):
2.1 fragment with undefined source:
-****Failure**** (expected exception, instead got result: "null")
+Success
2.2 fragment with undefined output document:
Success
2.3 use non-DOMDocument output parameter:
-****Failure**** (expected exception, instead got result: "null")
+Success
2.4 transform to same fragment twice:
Success
2.5 transformed fragment containing only text:
@@ -72,7 +72,7 @@ Success
3.0 DOMDocument transformToDocument(in DOMNode source):
3.1 use non-DOMDocument output parameter:
-****Failure**** (expected exception, instead got result: "null")
+Success
3.2 transform twice:
Success
« no previous file with comments | « LayoutTests/fast/xsl/xslt-processor.html ('k') | Source/core/xml/XSLTProcessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698