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

Side by Side Diff: LayoutTests/fast/xsl/resources/mozilla-tests.xsl

Issue 365873002: Implement a part of ProcessingInstruction by using PrivateScript (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WIP: async XHR, rewriting layout tests Created 6 years, 3 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <!-- 2 <!--
3 /* 3 /*
4 * The contents of this file are subject to the Mozilla Public 4 * The contents of this file are subject to the Mozilla Public
5 * License Version 1.1 (the "License"); you may not use this file 5 * License Version 1.1 (the "License"); you may not use this file
6 * except in compliance with the License. You may obtain a copy of 6 * except in compliance with the License. You may obtain a copy of
7 * the License at http://www.mozilla.org/MPL/ 7 * the License at http://www.mozilla.org/MPL/
8 * 8 *
9 * Software distributed under the License is distributed on an "AS 9 * Software distributed under the License is distributed on an "AS
10 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or 10 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
(...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 <xsl:value-of select="@*"/> 845 <xsl:value-of select="@*"/>
846 <xsl:if test="not(position()=3)"><xsl:text>, </xsl:text></xsl:if> 846 <xsl:if test="not(position()=3)"><xsl:text>, </xsl:text></xsl:if>
847 </xsl:template> 847 </xsl:template>
848 848
849 <xsl:template match="z"> 849 <xsl:template match="z">
850 element (z): <B><xsl:value-of select="."/></B> 850 element (z): <B><xsl:value-of select="."/></B>
851 </xsl:template> 851 </xsl:template>
852 852
853 </xsl:stylesheet> 853 </xsl:stylesheet>
854 854
OLDNEW
« no previous file with comments | « LayoutTests/fast/xsl/resources/mozilla-tests.xml ('k') | LayoutTests/fast/xsl/resources/sort-locale.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698