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

Side by Side Diff: LayoutTests/fast/xsl/resources/sort-unicode.xml

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" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <?xml-stylesheet type="text/xsl" href="sort-unicode.xsl"?> 2 <?xml-stylesheet type="text/xsl" href="sort-unicode.xsl"?>
3 <catalog> 3 <catalog>
4 <cd> 4 <cd>
5 <title>Brads Title</title> 5 <title>Brads Title</title>
6 <artist>B</artist> 6 <artist>B</artist>
7 <country>USA</country> 7 <country>USA</country>
8 <company>Columbia</company> 8 <company>Columbia</company>
9 <price>10.90</price> 9 <price>10.90</price>
10 <year>1985</year> 10 <year>1985</year>
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 </cd> 51 </cd>
52 <cd> 52 <cd>
53 <title>zh</title> 53 <title>zh</title>
54 <artist>ж</artist> 54 <artist>ж</artist>
55 <country>UK</country> 55 <country>UK</country>
56 <company>Virgin records</company> 56 <company>Virgin records</company>
57 <price>10.20</price> 57 <price>10.20</price>
58 <year>1990</year> 58 <year>1990</year>
59 </cd> 59 </cd>
60 </catalog> 60 </catalog>
OLDNEW
« no previous file with comments | « LayoutTests/fast/xsl/resources/sort-locale.xsl ('k') | LayoutTests/fast/xsl/resources/sort-unicode.xsl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698