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

Side by Side Diff: LayoutTests/fast/xsl/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
« no previous file with comments | « LayoutTests/fast/xsl/sort-unicode.html ('k') | LayoutTests/fast/xsl/sort-unicode.xsl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <?xml-stylesheet type="text/xsl" href="sort-unicode.xsl"?>
3 <catalog>
4 <cd>
5 <title>Brads Title</title>
6 <artist>B</artist>
7 <country>USA</country>
8 <company>Columbia</company>
9 <price>10.90</price>
10 <year>1985</year>
11 </cd>
12 <cd>
13 <title>brents Title</title>
14 <artist>b</artist>
15 <country>UK</country>
16 <company>CBS Records</company>
17 <price>9.90</price>
18 <year>1988</year>
19 </cd>
20 <cd>
21 <title>Angies Title</title>
22 <artist>A</artist>
23 <country>USA</country>
24 <company>RCA</company>
25 <price>9.90</price>
26 <year>1982</year>
27 </cd>
28 <cd>
29 <title>abbies title</title>
30 <artist>a</artist>
31 <country>UK</country>
32 <company>Virgin records</company>
33 <price>10.20</price>
34 <year>1990</year>
35 </cd>
36 <cd>
37 <title>ye</title>
38 <artist>е</artist>
39 <country>UK</country>
40 <company>Virgin records</company>
41 <price>10.20</price>
42 <year>1990</year>
43 </cd>
44 <cd>
45 <title>yo</title>
46 <artist>ё</artist>
47 <country>UK</country>
48 <company>Virgin records</company>
49 <price>10.20</price>
50 <year>1990</year>
51 </cd>
52 <cd>
53 <title>zh</title>
54 <artist>ж</artist>
55 <country>UK</country>
56 <company>Virgin records</company>
57 <price>10.20</price>
58 <year>1990</year>
59 </cd>
60 </catalog>
OLDNEW
« no previous file with comments | « LayoutTests/fast/xsl/sort-unicode.html ('k') | LayoutTests/fast/xsl/sort-unicode.xsl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698