|
1 #data |
|
2 FOO<script>'Hello'</script>BAR |
|
3 #errors |
|
4 (1,3): expected-doctype-but-got-chars |
|
5 #document |
|
6 | <html> |
|
7 | <head> |
|
8 | <body> |
|
9 | "FOO" |
|
10 | <script> |
|
11 | "'Hello'" |
|
12 | "BAR" |
|
13 |
|
14 #data |
|
15 FOO<script></script>BAR |
|
16 #errors |
|
17 (1,3): expected-doctype-but-got-chars |
|
18 #document |
|
19 | <html> |
|
20 | <head> |
|
21 | <body> |
|
22 | "FOO" |
|
23 | <script> |
|
24 | "BAR" |
|
25 |
|
26 #data |
|
27 FOO<script></script >BAR |
|
28 #errors |
|
29 (1,3): expected-doctype-but-got-chars |
|
30 #document |
|
31 | <html> |
|
32 | <head> |
|
33 | <body> |
|
34 | "FOO" |
|
35 | <script> |
|
36 | "BAR" |
|
37 |
|
38 #data |
|
39 FOO<script></script/>BAR |
|
40 #errors |
|
41 (1,3): expected-doctype-but-got-chars |
|
42 (1,21): self-closing-flag-on-end-tag |
|
43 #document |
|
44 | <html> |
|
45 | <head> |
|
46 | <body> |
|
47 | "FOO" |
|
48 | <script> |
|
49 | "BAR" |
|
50 |
|
51 #data |
|
52 FOO<script></script/ >BAR |
|
53 #errors |
|
54 (1,3): expected-doctype-but-got-chars |
|
55 (1,20): unexpected-character-after-solidus-in-tag |
|
56 #document |
|
57 | <html> |
|
58 | <head> |
|
59 | <body> |
|
60 | "FOO" |
|
61 | <script> |
|
62 | "BAR" |
|
63 |
|
64 #data |
|
65 FOO<script type="text/plain"></scriptx>BAR |
|
66 #errors |
|
67 (1,3): expected-doctype-but-got-chars |
|
68 (1,42): expected-named-closing-tag-but-got-eof |
|
69 #document |
|
70 | <html> |
|
71 | <head> |
|
72 | <body> |
|
73 | "FOO" |
|
74 | <script> |
|
75 | type="text/plain" |
|
76 | "</scriptx>BAR" |
|
77 |
|
78 #data |
|
79 FOO<script></script foo=">" dd>BAR |
|
80 #errors |
|
81 (1,3): expected-doctype-but-got-chars |
|
82 (1,31): attributes-in-end-tag |
|
83 #document |
|
84 | <html> |
|
85 | <head> |
|
86 | <body> |
|
87 | "FOO" |
|
88 | <script> |
|
89 | "BAR" |
|
90 |
|
91 #data |
|
92 FOO<script>'<'</script>BAR |
|
93 #errors |
|
94 (1,3): expected-doctype-but-got-chars |
|
95 #document |
|
96 | <html> |
|
97 | <head> |
|
98 | <body> |
|
99 | "FOO" |
|
100 | <script> |
|
101 | "'<'" |
|
102 | "BAR" |
|
103 |
|
104 #data |
|
105 FOO<script>'<!'</script>BAR |
|
106 #errors |
|
107 (1,3): expected-doctype-but-got-chars |
|
108 #document |
|
109 | <html> |
|
110 | <head> |
|
111 | <body> |
|
112 | "FOO" |
|
113 | <script> |
|
114 | "'<!'" |
|
115 | "BAR" |
|
116 |
|
117 #data |
|
118 FOO<script>'<!-'</script>BAR |
|
119 #errors |
|
120 (1,3): expected-doctype-but-got-chars |
|
121 #document |
|
122 | <html> |
|
123 | <head> |
|
124 | <body> |
|
125 | "FOO" |
|
126 | <script> |
|
127 | "'<!-'" |
|
128 | "BAR" |
|
129 |
|
130 #data |
|
131 FOO<script>'<!--'</script>BAR |
|
132 #errors |
|
133 (1,3): expected-doctype-but-got-chars |
|
134 #document |
|
135 | <html> |
|
136 | <head> |
|
137 | <body> |
|
138 | "FOO" |
|
139 | <script> |
|
140 | "'<!--'" |
|
141 | "BAR" |
|
142 |
|
143 #data |
|
144 FOO<script>'<!---'</script>BAR |
|
145 #errors |
|
146 (1,3): expected-doctype-but-got-chars |
|
147 #document |
|
148 | <html> |
|
149 | <head> |
|
150 | <body> |
|
151 | "FOO" |
|
152 | <script> |
|
153 | "'<!---'" |
|
154 | "BAR" |
|
155 |
|
156 #data |
|
157 FOO<script>'<!-->'</script>BAR |
|
158 #errors |
|
159 (1,3): expected-doctype-but-got-chars |
|
160 #document |
|
161 | <html> |
|
162 | <head> |
|
163 | <body> |
|
164 | "FOO" |
|
165 | <script> |
|
166 | "'<!-->'" |
|
167 | "BAR" |
|
168 |
|
169 #data |
|
170 FOO<script>'<!-->'</script>BAR |
|
171 #errors |
|
172 (1,3): expected-doctype-but-got-chars |
|
173 #document |
|
174 | <html> |
|
175 | <head> |
|
176 | <body> |
|
177 | "FOO" |
|
178 | <script> |
|
179 | "'<!-->'" |
|
180 | "BAR" |
|
181 |
|
182 #data |
|
183 FOO<script>'<!-- potato'</script>BAR |
|
184 #errors |
|
185 (1,3): expected-doctype-but-got-chars |
|
186 #document |
|
187 | <html> |
|
188 | <head> |
|
189 | <body> |
|
190 | "FOO" |
|
191 | <script> |
|
192 | "'<!-- potato'" |
|
193 | "BAR" |
|
194 |
|
195 #data |
|
196 FOO<script>'<!-- <sCrIpt'</script>BAR |
|
197 #errors |
|
198 (1,3): expected-doctype-but-got-chars |
|
199 #document |
|
200 | <html> |
|
201 | <head> |
|
202 | <body> |
|
203 | "FOO" |
|
204 | <script> |
|
205 | "'<!-- <sCrIpt'" |
|
206 | "BAR" |
|
207 |
|
208 #data |
|
209 FOO<script type="text/plain">'<!-- <sCrIpt>'</script>BAR |
|
210 #errors |
|
211 (1,3): expected-doctype-but-got-chars |
|
212 (1,56): expected-script-data-but-got-eof |
|
213 (1,56): expected-named-closing-tag-but-got-eof |
|
214 #document |
|
215 | <html> |
|
216 | <head> |
|
217 | <body> |
|
218 | "FOO" |
|
219 | <script> |
|
220 | type="text/plain" |
|
221 | "'<!-- <sCrIpt>'</script>BAR" |
|
222 |
|
223 #data |
|
224 FOO<script type="text/plain">'<!-- <sCrIpt> -'</script>BAR |
|
225 #errors |
|
226 (1,3): expected-doctype-but-got-chars |
|
227 (1,58): expected-script-data-but-got-eof |
|
228 (1,58): expected-named-closing-tag-but-got-eof |
|
229 #document |
|
230 | <html> |
|
231 | <head> |
|
232 | <body> |
|
233 | "FOO" |
|
234 | <script> |
|
235 | type="text/plain" |
|
236 | "'<!-- <sCrIpt> -'</script>BAR" |
|
237 |
|
238 #data |
|
239 FOO<script type="text/plain">'<!-- <sCrIpt> --'</script>BAR |
|
240 #errors |
|
241 (1,3): expected-doctype-but-got-chars |
|
242 (1,59): expected-script-data-but-got-eof |
|
243 (1,59): expected-named-closing-tag-but-got-eof |
|
244 #document |
|
245 | <html> |
|
246 | <head> |
|
247 | <body> |
|
248 | "FOO" |
|
249 | <script> |
|
250 | type="text/plain" |
|
251 | "'<!-- <sCrIpt> --'</script>BAR" |
|
252 |
|
253 #data |
|
254 FOO<script>'<!-- <sCrIpt> -->'</script>BAR |
|
255 #errors |
|
256 (1,3): expected-doctype-but-got-chars |
|
257 #document |
|
258 | <html> |
|
259 | <head> |
|
260 | <body> |
|
261 | "FOO" |
|
262 | <script> |
|
263 | "'<!-- <sCrIpt> -->'" |
|
264 | "BAR" |
|
265 |
|
266 #data |
|
267 FOO<script type="text/plain">'<!-- <sCrIpt> --!>'</script>BAR |
|
268 #errors |
|
269 (1,3): expected-doctype-but-got-chars |
|
270 (1,61): expected-script-data-but-got-eof |
|
271 (1,61): expected-named-closing-tag-but-got-eof |
|
272 #document |
|
273 | <html> |
|
274 | <head> |
|
275 | <body> |
|
276 | "FOO" |
|
277 | <script> |
|
278 | type="text/plain" |
|
279 | "'<!-- <sCrIpt> --!>'</script>BAR" |
|
280 |
|
281 #data |
|
282 FOO<script type="text/plain">'<!-- <sCrIpt> -- >'</script>BAR |
|
283 #errors |
|
284 (1,3): expected-doctype-but-got-chars |
|
285 (1,61): expected-script-data-but-got-eof |
|
286 (1,61): expected-named-closing-tag-but-got-eof |
|
287 #document |
|
288 | <html> |
|
289 | <head> |
|
290 | <body> |
|
291 | "FOO" |
|
292 | <script> |
|
293 | type="text/plain" |
|
294 | "'<!-- <sCrIpt> -- >'</script>BAR" |
|
295 |
|
296 #data |
|
297 FOO<script type="text/plain">'<!-- <sCrIpt '</script>BAR |
|
298 #errors |
|
299 (1,3): expected-doctype-but-got-chars |
|
300 (1,56): expected-script-data-but-got-eof |
|
301 (1,56): expected-named-closing-tag-but-got-eof |
|
302 #document |
|
303 | <html> |
|
304 | <head> |
|
305 | <body> |
|
306 | "FOO" |
|
307 | <script> |
|
308 | type="text/plain" |
|
309 | "'<!-- <sCrIpt '</script>BAR" |
|
310 |
|
311 #data |
|
312 FOO<script type="text/plain">'<!-- <sCrIpt/'</script>BAR |
|
313 #errors |
|
314 (1,3): expected-doctype-but-got-chars |
|
315 (1,56): expected-script-data-but-got-eof |
|
316 (1,56): expected-named-closing-tag-but-got-eof |
|
317 #document |
|
318 | <html> |
|
319 | <head> |
|
320 | <body> |
|
321 | "FOO" |
|
322 | <script> |
|
323 | type="text/plain" |
|
324 | "'<!-- <sCrIpt/'</script>BAR" |
|
325 |
|
326 #data |
|
327 FOO<script type="text/plain">'<!-- <sCrIpt\'</script>BAR |
|
328 #errors |
|
329 (1,3): expected-doctype-but-got-chars |
|
330 #document |
|
331 | <html> |
|
332 | <head> |
|
333 | <body> |
|
334 | "FOO" |
|
335 | <script> |
|
336 | type="text/plain" |
|
337 | "'<!-- <sCrIpt\'" |
|
338 | "BAR" |
|
339 |
|
340 #data |
|
341 FOO<script type="text/plain">'<!-- <sCrIpt/'</script>BAR</script>QUX |
|
342 #errors |
|
343 (1,3): expected-doctype-but-got-chars |
|
344 #document |
|
345 | <html> |
|
346 | <head> |
|
347 | <body> |
|
348 | "FOO" |
|
349 | <script> |
|
350 | type="text/plain" |
|
351 | "'<!-- <sCrIpt/'</script>BAR" |
|
352 | "QUX" |