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

Side by Side Diff: pkg/third_party/html5lib/test/data/tree-construction/entities02.dat

Issue 22375011: move html5lib code into dart svn repo (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: change location of html5lib to pkg/third_party/html5lib Created 7 years, 4 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
(Empty)
1 #data
2 <div bar="ZZ&gt;YY"></div>
3 #errors
4 #document
5 | <html>
6 | <head>
7 | <body>
8 | <div>
9 | bar="ZZ>YY"
10
11 #data
12 <div bar="ZZ&"></div>
13 #errors
14 #document
15 | <html>
16 | <head>
17 | <body>
18 | <div>
19 | bar="ZZ&"
20
21 #data
22 <div bar='ZZ&'></div>
23 #errors
24 #document
25 | <html>
26 | <head>
27 | <body>
28 | <div>
29 | bar="ZZ&"
30
31 #data
32 <div bar=ZZ&></div>
33 #errors
34 #document
35 | <html>
36 | <head>
37 | <body>
38 | <div>
39 | bar="ZZ&"
40
41 #data
42 <div bar="ZZ&gt=YY"></div>
43 #errors
44 #document
45 | <html>
46 | <head>
47 | <body>
48 | <div>
49 | bar="ZZ&gt=YY"
50
51 #data
52 <div bar="ZZ&gt0YY"></div>
53 #errors
54 #document
55 | <html>
56 | <head>
57 | <body>
58 | <div>
59 | bar="ZZ&gt0YY"
60
61 #data
62 <div bar="ZZ&gt9YY"></div>
63 #errors
64 #document
65 | <html>
66 | <head>
67 | <body>
68 | <div>
69 | bar="ZZ&gt9YY"
70
71 #data
72 <div bar="ZZ&gtaYY"></div>
73 #errors
74 #document
75 | <html>
76 | <head>
77 | <body>
78 | <div>
79 | bar="ZZ&gtaYY"
80
81 #data
82 <div bar="ZZ&gtZYY"></div>
83 #errors
84 #document
85 | <html>
86 | <head>
87 | <body>
88 | <div>
89 | bar="ZZ&gtZYY"
90
91 #data
92 <div bar="ZZ&gt YY"></div>
93 #errors
94 #document
95 | <html>
96 | <head>
97 | <body>
98 | <div>
99 | bar="ZZ> YY"
100
101 #data
102 <div bar="ZZ&gt"></div>
103 #errors
104 #document
105 | <html>
106 | <head>
107 | <body>
108 | <div>
109 | bar="ZZ>"
110
111 #data
112 <div bar='ZZ&gt'></div>
113 #errors
114 #document
115 | <html>
116 | <head>
117 | <body>
118 | <div>
119 | bar="ZZ>"
120
121 #data
122 <div bar=ZZ&gt></div>
123 #errors
124 #document
125 | <html>
126 | <head>
127 | <body>
128 | <div>
129 | bar="ZZ>"
130
131 #data
132 <div bar="ZZ&pound_id=23"></div>
133 #errors
134 #document
135 | <html>
136 | <head>
137 | <body>
138 | <div>
139 | bar="ZZ£_id=23"
140
141 #data
142 <div bar="ZZ&prod_id=23"></div>
143 #errors
144 #document
145 | <html>
146 | <head>
147 | <body>
148 | <div>
149 | bar="ZZ&prod_id=23"
150
151 #data
152 <div bar="ZZ&pound;_id=23"></div>
153 #errors
154 #document
155 | <html>
156 | <head>
157 | <body>
158 | <div>
159 | bar="ZZ£_id=23"
160
161 #data
162 <div bar="ZZ&prod;_id=23"></div>
163 #errors
164 #document
165 | <html>
166 | <head>
167 | <body>
168 | <div>
169 | bar="ZZ∏_id=23"
170
171 #data
172 <div bar="ZZ&pound=23"></div>
173 #errors
174 #document
175 | <html>
176 | <head>
177 | <body>
178 | <div>
179 | bar="ZZ&pound=23"
180
181 #data
182 <div bar="ZZ&prod=23"></div>
183 #errors
184 #document
185 | <html>
186 | <head>
187 | <body>
188 | <div>
189 | bar="ZZ&prod=23"
190
191 #data
192 <div>ZZ&pound_id=23</div>
193 #errors
194 #document
195 | <html>
196 | <head>
197 | <body>
198 | <div>
199 | "ZZ£_id=23"
200
201 #data
202 <div>ZZ&prod_id=23</div>
203 #errors
204 #document
205 | <html>
206 | <head>
207 | <body>
208 | <div>
209 | "ZZ&prod_id=23"
210
211 #data
212 <div>ZZ&pound;_id=23</div>
213 #errors
214 #document
215 | <html>
216 | <head>
217 | <body>
218 | <div>
219 | "ZZ£_id=23"
220
221 #data
222 <div>ZZ&prod;_id=23</div>
223 #errors
224 #document
225 | <html>
226 | <head>
227 | <body>
228 | <div>
229 | "ZZ∏_id=23"
230
231 #data
232 <div>ZZ&pound=23</div>
233 #errors
234 #document
235 | <html>
236 | <head>
237 | <body>
238 | <div>
239 | "ZZ£=23"
240
241 #data
242 <div>ZZ&prod=23</div>
243 #errors
244 #document
245 | <html>
246 | <head>
247 | <body>
248 | <div>
249 | "ZZ&prod=23"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698