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

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

Issue 585873002: Show a warning when using sync xhr. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added needsrebaseline for win_rel. Created 6 years, 1 month 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
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 0.1 original xml: 2 0.1 original xml:
2 <?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>
3 0.2 xsl1: 4 0.2 xsl1:
4 <?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">
5 6
6 <xsl:output method="text" encoding="KOI8-R"/> 7 <xsl:output method="text" encoding="KOI8-R"/>
7 <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;
8 <xsl:apply-templates/><xsl:text> 9 <xsl:apply-templates/><xsl:text>
9 </xsl:text></xsl:template> 10 </xsl:text></xsl:template>
10 11
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 113
113 7.1 verify that clearParameters does: 114 7.1 verify that clearParameters does:
114 Success 115 Success
115 116
116 8.0 void reset(): 117 8.0 void reset():
117 118
118 8.1 verify that parameters have been cleared: 119 8.1 verify that parameters have been cleared:
119 Success 120 Success
120 8.2 verify that stylesheet has been cleared: 121 8.2 verify that stylesheet has been cleared:
121 Success 122 Success
OLDNEW
« no previous file with comments | « LayoutTests/fast/xsl/transform-xhr-doc-expected.txt ('k') | LayoutTests/fast/xsl/xslt-processor-template-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698