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

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

Issue 1990683002: [DevTools] Capture call stacks for deprecation console messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 7 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
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 https://xhr.spec.whatwg.org/. 1 CONSOLE WARNING: line 58: Synchronous XMLHttpRequest on the main thread is depre cated because of its detrimental effects to the end user's experience. For more help, check https://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>
11 11
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
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

Powered by Google App Engine
This is Rietveld 408576698