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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec ause of its detrimental effects to the end user's experience. For more help, che ck http://xhr.spec.whatwg.org/. 1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec ause of its detrimental effects to the end user's experience. For more help, che ck http://xhr.spec.whatwg.org/.
2 0.1 original xml: 2 0.1 original xml:
3 <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="xsl t-text.xsl"?><TEST>SOURCE XML: &lt;&lt;&lt;&amp;тест&amp;&gt;&gt;&gt;</TEST> 3 <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="xsl t-text.xsl"?><TEST>SOURCE XML: &lt;&lt;&lt;&amp;тест&amp;&gt;&gt;&gt;</TEST>
4 0.2 xsl1: 4 0.2 xsl1:
5 <?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet xmlns:xsl="http://www.w3.o rg/1999/XSL/Transform" version="1.0"> 5 <?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet xmlns:xsl="http://www.w3.o rg/1999/XSL/Transform" version="1.0">
6 6
7 <xsl:output method="text" encoding="KOI8-R"/> 7 <xsl:output method="text" encoding="KOI8-R"/>
8 <xsl:template match="TEST">CHARACTERS IN XSLT: &lt;&lt;&lt;&amp;тест&amp;&gt;&gt ;&gt; 8 <xsl:template match="TEST">CHARACTERS IN XSLT: &lt;&lt;&lt;&amp;тест&amp;&gt;&gt ;&gt;
9 <xsl:apply-templates/><xsl:text> 9 <xsl:apply-templates/><xsl:text>
10 </xsl:text></xsl:template> 10 </xsl:text></xsl:template>
(...skipping 30 matching lines...) Expand all
41 CHARACTERS IN XSLT: ééééééééééé <br /><br />SOURCE XML: &lt;&lt;&l t;&amp;тест&amp;&gt;&gt;&gt;</body></html> 41 CHARACTERS IN XSLT: ééééééééééé <br /><br />SOURCE XML: &lt;&lt;&l t;&amp;тест&amp;&gt;&gt;&gt;</body></html>
42 1.2 Import same stylesheet twice: 42 1.2 Import same stylesheet twice:
43 <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1 .0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns=" http://www.w3.org/1999/xhtml"> 43 <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1 .0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns=" http://www.w3.org/1999/xhtml">
44 <head><title></title></head> 44 <head><title></title></head>
45 <body> 45 <body>
46 <pre>CHARACTERS IN XSLT: &lt;&lt;&lt;&amp;тест&amp;&gt;&gt;&gt; 46 <pre>CHARACTERS IN XSLT: &lt;&lt;&lt;&amp;тест&amp;&gt;&gt;&gt;
47 SOURCE XML: &lt;&lt;&lt;&amp;тест&amp;&gt;&gt;&gt;</pre> 47 SOURCE XML: &lt;&lt;&lt;&amp;тест&amp;&gt;&gt;&gt;</pre>
48 </body> 48 </body>
49 </html> 49 </html>
50 1.3 Import undefined stylesheet: 50 1.3 Import undefined stylesheet:
51 ****Failure**** (expected exception, instead got result: "undefined") 51 Success
52 1.4 Import undefined stylesheet: 52 1.4 Import undefined stylesheet:
53 ****Failure**** (expected exception, instead got result: "undefined") 53 ****Failure**** (expected exception, instead got result: "undefined")
54 1.5 Don't import stylesheet: 54 1.5 Don't import stylesheet:
55 Success 55 Success
56 56
57 2.0 DOMDocumentFragment transformToFragment(in DOMNode source, in DOMDocument ou tput): 57 2.0 DOMDocumentFragment transformToFragment(in DOMNode source, in DOMDocument ou tput):
58 58
59 2.1 fragment with undefined source: 59 2.1 fragment with undefined source:
60 ****Failure**** (expected exception, instead got result: "null") 60 Success
61 2.2 fragment with undefined output document: 61 2.2 fragment with undefined output document:
62 Success 62 Success
63 2.3 use non-DOMDocument output parameter: 63 2.3 use non-DOMDocument output parameter:
64 ****Failure**** (expected exception, instead got result: "null") 64 Success
65 2.4 transform to same fragment twice: 65 2.4 transform to same fragment twice:
66 Success 66 Success
67 2.5 transformed fragment containing only text: 67 2.5 transformed fragment containing only text:
68 Success 68 Success
69 2.6 fragment using passed parameters: 69 2.6 fragment using passed parameters:
70 Success 70 Success
71 71
72 3.0 DOMDocument transformToDocument(in DOMNode source): 72 3.0 DOMDocument transformToDocument(in DOMNode source):
73 73
74 3.1 use non-DOMDocument output parameter: 74 3.1 use non-DOMDocument output parameter:
75 ****Failure**** (expected exception, instead got result: "null") 75 Success
76 3.2 transform twice: 76 3.2 transform twice:
77 Success 77 Success
78 78
79 4.0 void setParameter(in DOMString namespaceURI, in DOMString localName, in Valu e value): 79 4.0 void setParameter(in DOMString namespaceURI, in DOMString localName, in Valu e value):
80 80
81 4.1 pass setParameter same localname, different namespaces: 81 4.1 pass setParameter same localname, different namespaces:
82 ****Failure**** (expected: "Success" actual: "Failure") 82 ****Failure**** (expected: "Success" actual: "Failure")
83 4.2 pass undefined namespace: 83 4.2 pass undefined namespace:
84 Success 84 Success
85 4.3 pass setParameter an undefined name: 85 4.3 pass setParameter an undefined name:
(...skipping 29 matching lines...) Expand all
115 115
116 7.1 verify that clearParameters does: 116 7.1 verify that clearParameters does:
117 Success 117 Success
118 118
119 8.0 void reset(): 119 8.0 void reset():
120 120
121 8.1 verify that parameters have been cleared: 121 8.1 verify that parameters have been cleared:
122 Success 122 Success
123 8.2 verify that stylesheet has been cleared: 123 8.2 verify that stylesheet has been cleared:
124 Success 124 Success
OLDNEW
« 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