| OLD | NEW |
| 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: <<<&тест&>>></TEST> | 3 <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="xsl
t-text.xsl"?><TEST>SOURCE XML: <<<&тест&>>></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: <<<&тест&>>
;> | 8 <xsl:template match="TEST">CHARACTERS IN XSLT: <<<&тест&>>
;> |
| 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 Loading... |
| 41 CHARACTERS IN XSLT: ééééééééééé <br /><br />SOURCE XML: <<&l
t;&тест&>>></body></html> | 41 CHARACTERS IN XSLT: ééééééééééé <br /><br />SOURCE XML: <<&l
t;&тест&>>></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: <<<&тест&>>> | 46 <pre>CHARACTERS IN XSLT: <<<&тест&>>> |
| 47 SOURCE XML: <<<&тест&>>></pre> | 47 SOURCE XML: <<<&тест&>>></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 Loading... |
| 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 |
| OLD | NEW |