Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 #data
2 <!DOCTYPE html><math></math>
3 #errors
4 #document
5 | <!DOCTYPE html>
6 | <html>
7 | <head>
8 | <body>
9 | <math math>
11 #data
12 <!DOCTYPE html><body><math></math>
13 #errors
14 #document
15 | <!DOCTYPE html>
16 | <html>
17 | <head>
18 | <body>
19 | <math math>
21 #data
22 <!DOCTYPE html><math><mi>
23 #errors
24 (1,25) expected-closing-tag-but-got-eof
25 #document
26 | <!DOCTYPE html>
27 | <html>
28 | <head>
29 | <body>
30 | <math math>
31 | <math mi>
33 #data
34 <!DOCTYPE html><math><annotation-xml><svg><u>
35 #errors
36 (1,45) unexpected-html-element-in-foreign-content
37 (1,45) expected-closing-tag-but-got-eof
38 #document
39 | <!DOCTYPE html>
40 | <html>
41 | <head>
42 | <body>
43 | <math math>
44 | <math annotation-xml>
45 | <svg svg>
46 | <u>
48 #data
49 <!DOCTYPE html><body><select><math></math></select>
50 #errors
51 (1,35) unexpected-start-tag-in-select
52 (1,42) unexpected-end-tag-in-select
53 #document
54 | <!DOCTYPE html>
55 | <html>
56 | <head>
57 | <body>
58 | <select>
60 #data
61 <!DOCTYPE html><body><select><option><math></math></option></select>
62 #errors
63 (1,43) unexpected-start-tag-in-select
64 (1,50) unexpected-end-tag-in-select
65 #document
66 | <!DOCTYPE html>
67 | <html>
68 | <head>
69 | <body>
70 | <select>
71 | <option>
73 #data
74 <!DOCTYPE html><body><table><math></math></table>
75 #errors
76 (1,34) unexpected-start-tag-implies-table-voodoo
77 #document
78 | <!DOCTYPE html>
79 | <html>
80 | <head>
81 | <body>
82 | <math math>
83 | <table>
85 #data
86 <!DOCTYPE html><body><table><math><mi>foo</mi></math></table>
87 #errors
88 (1,34) foster-parenting-start-token
89 (1,39) foster-parenting-character
90 (1,40) foster-parenting-character
91 (1,41) foster-parenting-character
92 #document
93 | <!DOCTYPE html>
94 | <html>
95 | <head>
96 | <body>
97 | <math math>
98 | <math mi>
99 | "foo"
100 | <table>
102 #data
103 <!DOCTYPE html><body><table><math><mi>foo</mi><mi>bar</mi></math></table>
104 #errors
105 (1,34) foster-parenting-start-tag
106 (1,39) foster-parenting-character
107 (1,40) foster-parenting-character
108 (1,41) foster-parenting-character
109 (1,51) foster-parenting-character
110 (1,52) foster-parenting-character
111 (1,53) foster-parenting-character
112 #document
113 | <!DOCTYPE html>
114 | <html>
115 | <head>
116 | <body>
117 | <math math>
118 | <math mi>
119 | "foo"
120 | <math mi>
121 | "bar"
122 | <table>
124 #data
125 <!DOCTYPE html><body><table><tbody><math><mi>foo</mi><mi>bar</mi></math></tbody></table>
126 #errors
127 (1,41) foster-parenting-start-tag
128 (1,46) foster-parenting-character
129 (1,47) foster-parenting-character
130 (1,48) foster-parenting-character
131 (1,58) foster-parenting-character
132 (1,59) foster-parenting-character
133 (1,60) foster-parenting-character
134 #document
135 | <!DOCTYPE html>
136 | <html>
137 | <head>
138 | <body>
139 | <math math>
140 | <math mi>
141 | "foo"
142 | <math mi>
143 | "bar"
144 | <table>
145 | <tbody>
147 #data
148 <!DOCTYPE html><body><table><tbody><tr><math><mi>foo</mi><mi>bar</mi></math></tr></tbody></table>
149 #errors
150 (1,45) foster-parenting-start-tag
151 (1,50) foster-parenting-character
152 (1,51) foster-parenting-character
153 (1,52) foster-parenting-character
154 (1,62) foster-parenting-character
155 (1,63) foster-parenting-character
156 (1,64) foster-parenting-character
157 #document
158 | <!DOCTYPE html>
159 | <html>
160 | <head>
161 | <body>
162 | <math math>
163 | <math mi>
164 | "foo"
165 | <math mi>
166 | "bar"
167 | <table>
168 | <tbody>
169 | <tr>
171 #data
172 <!DOCTYPE html><body><table><tbody><tr><td><math><mi>foo</mi><mi>bar</mi></math></td></tr></tbody></table>
173 #errors
174 #document
175 | <!DOCTYPE html>
176 | <html>
177 | <head>
178 | <body>
179 | <table>
180 | <tbody>
181 | <tr>
182 | <td>
183 | <math math>
184 | <math mi>
185 | "foo"
186 | <math mi>
187 | "bar"
189 #data
190 <!DOCTYPE html><body><table><tbody><tr><td><math><mi>foo</mi><mi>bar</mi></math><p>baz</td></tr></tbody></table>
191 #errors
192 #document
193 | <!DOCTYPE html>
194 | <html>
195 | <head>
196 | <body>
197 | <table>
198 | <tbody>
199 | <tr>
200 | <td>
201 | <math math>
202 | <math mi>
203 | "foo"
204 | <math mi>
205 | "bar"
206 | <p>
207 | "baz"
209 #data
210 <!DOCTYPE html><body><table><caption><math><mi>foo</mi><mi>bar</mi></math><p>baz</caption></table>
211 #errors
212 #document
213 | <!DOCTYPE html>
214 | <html>
215 | <head>
216 | <body>
217 | <table>
218 | <caption>
219 | <math math>
220 | <math mi>
221 | "foo"
222 | <math mi>
223 | "bar"
224 | <p>
225 | "baz"
227 #data
228 <!DOCTYPE html><body><table><caption><math><mi>foo</mi><mi>bar</mi><p>baz</table><p>quux
229 #errors
230 (1,70) unexpected-html-element-in-foreign-content
231 (1,81) XXX-undefined-error
232 #document
233 | <!DOCTYPE html>
234 | <html>
235 | <head>
236 | <body>
237 | <table>
238 | <caption>
239 | <math math>
240 | <math mi>
241 | "foo"
242 | <math mi>
243 | "bar"
244 | <p>
245 | "baz"
246 | <p>
247 | "quux"
249 #data
250 <!DOCTYPE html><body><table><caption><math><mi>foo</mi><mi>bar</mi>baz</table><p>quux
251 #errors
252 (1,78) unexpected-end-tag
253 (1,78) expected-one-end-tag-but-got-another
254 #document
255 | <!DOCTYPE html>
256 | <html>
257 | <head>
258 | <body>
259 | <table>
260 | <caption>
261 | <math math>
262 | <math mi>
263 | "foo"
264 | <math mi>
265 | "bar"
266 | "baz"
267 | <p>
268 | "quux"
270 #data
271 <!DOCTYPE html><body><table><colgroup><math><mi>foo</mi><mi>bar</mi><p>baz</table><p>quux
272 #errors
273 (1,44) foster-parenting-start-tag
274 (1,49) foster-parenting-character
275 (1,50) foster-parenting-character
276 (1,51) foster-parenting-character
277 (1,61) foster-parenting-character
278 (1,62) foster-parenting-character
279 (1,63) foster-parenting-character
280 (1,71) unexpected-html-element-in-foreign-content
281 (1,71) foster-parenting-start-tag
282 (1,63) foster-parenting-character
283 (1,63) foster-parenting-character
284 (1,63) foster-parenting-character
285 #document
286 | <!DOCTYPE html>
287 | <html>
288 | <head>
289 | <body>
290 | <math math>
291 | <math mi>
292 | "foo"
293 | <math mi>
294 | "bar"
295 | <p>
296 | "baz"
297 | <table>
298 | <colgroup>
299 | <p>
300 | "quux"
302 #data
303 <!DOCTYPE html><body><table><tr><td><select><math><mi>foo</mi><mi>bar</mi><p>baz</table><p>quux
304 #errors
305 (1,50) unexpected-start-tag-in-select
306 (1,54) unexpected-start-tag-in-select
307 (1,62) unexpected-end-tag-in-select
308 (1,66) unexpected-start-tag-in-select
309 (1,74) unexpected-end-tag-in-select
310 (1,77) unexpected-start-tag-in-select
311 (1,88) unexpected-table-element-end-tag-in-select-in-table
312 #document
313 | <!DOCTYPE html>
314 | <html>
315 | <head>
316 | <body>
317 | <table>
318 | <tbody>
319 | <tr>
320 | <td>
321 | <select>
322 | "foobarbaz"
323 | <p>
324 | "quux"
326 #data
327 <!DOCTYPE html><body><table><select><math><mi>foo</mi><mi>bar</mi><p>baz</table><p>quux
328 #errors
329 (1,36) unexpected-start-tag-implies-table-voodoo
330 (1,42) unexpected-start-tag-in-select
331 (1,46) unexpected-start-tag-in-select
332 (1,54) unexpected-end-tag-in-select
333 (1,58) unexpected-start-tag-in-select
334 (1,66) unexpected-end-tag-in-select
335 (1,69) unexpected-start-tag-in-select
336 (1,80) unexpected-table-element-end-tag-in-select-in-table
337 #document
338 | <!DOCTYPE html>
339 | <html>
340 | <head>
341 | <body>
342 | <select>
343 | "foobarbaz"
344 | <table>
345 | <p>
346 | "quux"
348 #data
349 <!DOCTYPE html><body></body></html><math><mi>foo</mi><mi>bar</mi><p>baz
350 #errors
351 (1,41) expected-eof-but-got-start-tag
352 (1,68) unexpected-html-element-in-foreign-content
353 #document
354 | <!DOCTYPE html>
355 | <html>
356 | <head>
357 | <body>
358 | <math math>
359 | <math mi>
360 | "foo"
361 | <math mi>
362 | "bar"
363 | <p>
364 | "baz"
366 #data
367 <!DOCTYPE html><body></body><math><mi>foo</mi><mi>bar</mi><p>baz
368 #errors
369 (1,34) unexpected-start-tag-after-body
370 (1,61) unexpected-html-element-in-foreign-content
371 #document
372 | <!DOCTYPE html>
373 | <html>
374 | <head>
375 | <body>
376 | <math math>
377 | <math mi>
378 | "foo"
379 | <math mi>
380 | "bar"
381 | <p>
382 | "baz"
384 #data
385 <!DOCTYPE html><frameset><math><mi></mi><mi></mi><p><span>
386 #errors
387 (1,31) unexpected-start-tag-in-frameset
388 (1,35) unexpected-start-tag-in-frameset
389 (1,40) unexpected-end-tag-in-frameset
390 (1,44) unexpected-start-tag-in-frameset
391 (1,49) unexpected-end-tag-in-frameset
392 (1,52) unexpected-start-tag-in-frameset
393 (1,58) unexpected-start-tag-in-frameset
394 (1,58) eof-in-frameset
395 #document
396 | <!DOCTYPE html>
397 | <html>
398 | <head>
399 | <frameset>
401 #data
402 <!DOCTYPE html><frameset></frameset><math><mi></mi><mi></mi><p><span>
403 #errors
404 (1,42) unexpected-start-tag-after-frameset
405 (1,46) unexpected-start-tag-after-frameset
406 (1,51) unexpected-end-tag-after-frameset
407 (1,55) unexpected-start-tag-after-frameset
408 (1,60) unexpected-end-tag-after-frameset
409 (1,63) unexpected-start-tag-after-frameset
410 (1,69) unexpected-start-tag-after-frameset
411 #document
412 | <!DOCTYPE html>
413 | <html>
414 | <head>
415 | <frameset>
417 #data
418 <!DOCTYPE html><body xlink:href=foo><math xlink:href=foo></math>
419 #errors
420 #document
421 | <!DOCTYPE html>
422 | <html>
423 | <head>
424 | <body>
425 | xlink:href="foo"
426 | <math math>
427 | xlink href="foo"
429 #data
430 <!DOCTYPE html><body xlink:href=foo xml:lang=en><math><mi xml:lang=en xlink:href=foo></mi></math>
431 #errors
432 #document
433 | <!DOCTYPE html>
434 | <html>
435 | <head>
436 | <body>
437 | xlink:href="foo"
438 | xml:lang="en"
439 | <math math>
440 | <math mi>
441 | xlink href="foo"
442 | xml lang="en"
444 #data
445 <!DOCTYPE html><body xlink:href=foo xml:lang=en><math><mi xml:lang=en xlink:href=foo /></math>
446 #errors
447 #document
448 | <!DOCTYPE html>
449 | <html>
450 | <head>
451 | <body>
452 | xlink:href="foo"
453 | xml:lang="en"
454 | <math math>
455 | <math mi>
456 | xlink href="foo"
457 | xml lang="en"
459 #data
460 <!DOCTYPE html><body xlink:href=foo xml:lang=en><math><mi xml:lang=en xlink:href=foo />bar</math>
461 #errors
462 #document
463 | <!DOCTYPE html>
464 | <html>
465 | <head>
466 | <body>
467 | xlink:href="foo"
468 | xml:lang="en"
469 | <math math>
470 | <math mi>
471 | xlink href="foo"
472 | xml lang="en"
473 | "bar"