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><plaintext></plaintext>
3 #errors
4 (1,38): expected-closing-tag-but-got-eof
5 #document
6 | <!DOCTYPE html>
7 | <html>
8 | <head>
9 | <body>
10 | <plaintext>
11 | "</plaintext>"
13 #data
14 <!doctype html><table><plaintext></plaintext>
15 #errors
16 (1,33): foster-parenting-start-tag
17 (1,34): foster-parenting-character
18 (1,35): foster-parenting-character
19 (1,36): foster-parenting-character
20 (1,37): foster-parenting-character
21 (1,38): foster-parenting-character
22 (1,39): foster-parenting-character
23 (1,40): foster-parenting-character
24 (1,41): foster-parenting-character
25 (1,42): foster-parenting-character
26 (1,43): foster-parenting-character
27 (1,44): foster-parenting-character
28 (1,45): foster-parenting-character
29 (1,45): eof-in-table
30 #document
31 | <!DOCTYPE html>
32 | <html>
33 | <head>
34 | <body>
35 | <plaintext>
36 | "</plaintext>"
37 | <table>
39 #data
40 <!doctype html><table><tbody><plaintext></plaintext>
41 #errors
42 (1,40): foster-parenting-start-tag
43 (1,41): foster-parenting-character
44 (1,41): foster-parenting-character
45 (1,41): foster-parenting-character
46 (1,41): foster-parenting-character
47 (1,41): foster-parenting-character
48 (1,41): foster-parenting-character
49 (1,41): foster-parenting-character
50 (1,41): foster-parenting-character
51 (1,41): foster-parenting-character
52 (1,41): foster-parenting-character
53 (1,41): foster-parenting-character
54 (1,41): foster-parenting-character
55 (1,52): eof-in-table
56 #document
57 | <!DOCTYPE html>
58 | <html>
59 | <head>
60 | <body>
61 | <plaintext>
62 | "</plaintext>"
63 | <table>
64 | <tbody>
66 #data
67 <!doctype html><table><tbody><tr><plaintext></plaintext>
68 #errors
69 (1,44): foster-parenting-start-tag
70 (1,45): foster-parenting-character
71 (1,46): foster-parenting-character
72 (1,47): foster-parenting-character
73 (1,48): foster-parenting-character
74 (1,49): foster-parenting-character
75 (1,50): foster-parenting-character
76 (1,51): foster-parenting-character
77 (1,52): foster-parenting-character
78 (1,53): foster-parenting-character
79 (1,54): foster-parenting-character
80 (1,55): foster-parenting-character
81 (1,56): foster-parenting-character
82 (1,56): eof-in-table
83 #document
84 | <!DOCTYPE html>
85 | <html>
86 | <head>
87 | <body>
88 | <plaintext>
89 | "</plaintext>"
90 | <table>
91 | <tbody>
92 | <tr>
94 #data
95 <!doctype html><table><td><plaintext></plaintext>
96 #errors
97 (1,26): unexpected-cell-in-table-body
98 (1,49): expected-closing-tag-but-got-eof
99 #document
100 | <!DOCTYPE html>
101 | <html>
102 | <head>
103 | <body>
104 | <table>
105 | <tbody>
106 | <tr>
107 | <td>
108 | <plaintext>
109 | "</plaintext>"
111 #data
112 <!doctype html><table><caption><plaintext></plaintext>
113 #errors
114 (1,54): expected-closing-tag-but-got-eof
115 #document
116 | <!DOCTYPE html>
117 | <html>
118 | <head>
119 | <body>
120 | <table>
121 | <caption>
122 | <plaintext>
123 | "</plaintext>"
125 #data
126 <!doctype html><table><tr><style></script></style>abc
127 #errors
128 (1,51): foster-parenting-character
129 (1,52): foster-parenting-character
130 (1,53): foster-parenting-character
131 (1,53): eof-in-table
132 #document
133 | <!DOCTYPE html>
134 | <html>
135 | <head>
136 | <body>
137 | "abc"
138 | <table>
139 | <tbody>
140 | <tr>
141 | <style>
142 | "</script>"
144 #data
145 <!doctype html><table><tr><script></style></script>abc
146 #errors
147 (1,52): foster-parenting-character
148 (1,53): foster-parenting-character
149 (1,54): foster-parenting-character
150 (1,54): eof-in-table
151 #document
152 | <!DOCTYPE html>
153 | <html>
154 | <head>
155 | <body>
156 | "abc"
157 | <table>
158 | <tbody>
159 | <tr>
160 | <script>
161 | "</style>"
163 #data
164 <!doctype html><table><caption><style></script></style>abc
165 #errors
166 (1,58): expected-closing-tag-but-got-eof
167 #document
168 | <!DOCTYPE html>
169 | <html>
170 | <head>
171 | <body>
172 | <table>
173 | <caption>
174 | <style>
175 | "</script>"
176 | "abc"
178 #data
179 <!doctype html><table><td><style></script></style>abc
180 #errors
181 (1,26): unexpected-cell-in-table-body
182 (1,53): expected-closing-tag-but-got-eof
183 #document
184 | <!DOCTYPE html>
185 | <html>
186 | <head>
187 | <body>
188 | <table>
189 | <tbody>
190 | <tr>
191 | <td>
192 | <style>
193 | "</script>"
194 | "abc"
196 #data
197 <!doctype html><select><script></style></script>abc
198 #errors
199 (1,51): eof-in-select
200 #document
201 | <!DOCTYPE html>
202 | <html>
203 | <head>
204 | <body>
205 | <select>
206 | <script>
207 | "</style>"
208 | "abc"
210 #data
211 <!doctype html><table><select><script></style></script>abc
212 #errors
213 (1,30): unexpected-start-tag-implies-table-voodoo
214 (1,58): eof-in-select
215 #document
216 | <!DOCTYPE html>
217 | <html>
218 | <head>
219 | <body>
220 | <select>
221 | <script>
222 | "</style>"
223 | "abc"
224 | <table>
226 #data
227 <!doctype html><table><tr><select><script></style></script>abc
228 #errors
229 (1,34): unexpected-start-tag-implies-table-voodoo
230 (1,62): eof-in-select
231 #document
232 | <!DOCTYPE html>
233 | <html>
234 | <head>
235 | <body>
236 | <select>
237 | <script>
238 | "</style>"
239 | "abc"
240 | <table>
241 | <tbody>
242 | <tr>
244 #data
245 <!doctype html><frameset></frameset><noframes>abc
246 #errors
247 (1,49): expected-named-closing-tag-but-got-eof
248 #document
249 | <!DOCTYPE html>
250 | <html>
251 | <head>
252 | <frameset>
253 | <noframes>
254 | "abc"
256 #data
257 <!doctype html><frameset></frameset><noframes>abc</noframes><!--abc-->
258 #errors
259 #document
260 | <!DOCTYPE html>
261 | <html>
262 | <head>
263 | <frameset>
264 | <noframes>
265 | "abc"
266 | <!-- abc -->
268 #data
269 <!doctype html><frameset></frameset></html><noframes>abc
270 #errors
271 (1,56): expected-named-closing-tag-but-got-eof
272 #document
273 | <!DOCTYPE html>
274 | <html>
275 | <head>
276 | <frameset>
277 | <noframes>
278 | "abc"
280 #data
281 <!doctype html><frameset></frameset></html><noframes>abc</noframes><!--abc-->
282 #errors
283 #document
284 | <!DOCTYPE html>
285 | <html>
286 | <head>
287 | <frameset>
288 | <noframes>
289 | "abc"
290 | <!-- abc -->
292 #data
293 <!doctype html><table><tr></tbody><tfoot>
294 #errors
295 (1,41): eof-in-table
296 #document
297 | <!DOCTYPE html>
298 | <html>
299 | <head>
300 | <body>
301 | <table>
302 | <tbody>
303 | <tr>
304 | <tfoot>
306 #data
307 <!doctype html><table><td><svg></svg>abc<td>
308 #errors
309 (1,26): unexpected-cell-in-table-body
310 (1,44): expected-closing-tag-but-got-eof
311 #document
312 | <!DOCTYPE html>
313 | <html>
314 | <head>
315 | <body>
316 | <table>
317 | <tbody>
318 | <tr>
319 | <td>
320 | <svg svg>
321 | "abc"
322 | <td>