OSDN Git Service

new repo
[bytom/vapor.git] / vendor / golang.org / x / net / html / testdata / webkit / tests16.dat
1 #data
2 <!doctype html><script>
3 #errors
4 Line: 1 Col: 23 Unexpected end of file. Expected end tag (script).
5 #document
6 | <!DOCTYPE html>
7 | <html>
8 |   <head>
9 |     <script>
10 |   <body>
11
12 #data
13 <!doctype html><script>a
14 #errors
15 Line: 1 Col: 24 Unexpected end of file. Expected end tag (script).
16 #document
17 | <!DOCTYPE html>
18 | <html>
19 |   <head>
20 |     <script>
21 |       "a"
22 |   <body>
23
24 #data
25 <!doctype html><script><
26 #errors
27 Line: 1 Col: 24 Unexpected end of file. Expected end tag (script).
28 #document
29 | <!DOCTYPE html>
30 | <html>
31 |   <head>
32 |     <script>
33 |       "<"
34 |   <body>
35
36 #data
37 <!doctype html><script></
38 #errors
39 Line: 1 Col: 25 Unexpected end of file. Expected end tag (script).
40 #document
41 | <!DOCTYPE html>
42 | <html>
43 |   <head>
44 |     <script>
45 |       "</"
46 |   <body>
47
48 #data
49 <!doctype html><script></S
50 #errors
51 Line: 1 Col: 26 Unexpected end of file. Expected end tag (script).
52 #document
53 | <!DOCTYPE html>
54 | <html>
55 |   <head>
56 |     <script>
57 |       "</S"
58 |   <body>
59
60 #data
61 <!doctype html><script></SC
62 #errors
63 Line: 1 Col: 27 Unexpected end of file. Expected end tag (script).
64 #document
65 | <!DOCTYPE html>
66 | <html>
67 |   <head>
68 |     <script>
69 |       "</SC"
70 |   <body>
71
72 #data
73 <!doctype html><script></SCR
74 #errors
75 Line: 1 Col: 28 Unexpected end of file. Expected end tag (script).
76 #document
77 | <!DOCTYPE html>
78 | <html>
79 |   <head>
80 |     <script>
81 |       "</SCR"
82 |   <body>
83
84 #data
85 <!doctype html><script></SCRI
86 #errors
87 Line: 1 Col: 29 Unexpected end of file. Expected end tag (script).
88 #document
89 | <!DOCTYPE html>
90 | <html>
91 |   <head>
92 |     <script>
93 |       "</SCRI"
94 |   <body>
95
96 #data
97 <!doctype html><script></SCRIP
98 #errors
99 Line: 1 Col: 30 Unexpected end of file. Expected end tag (script).
100 #document
101 | <!DOCTYPE html>
102 | <html>
103 |   <head>
104 |     <script>
105 |       "</SCRIP"
106 |   <body>
107
108 #data
109 <!doctype html><script></SCRIPT
110 #errors
111 Line: 1 Col: 31 Unexpected end of file. Expected end tag (script).
112 #document
113 | <!DOCTYPE html>
114 | <html>
115 |   <head>
116 |     <script>
117 |       "</SCRIPT"
118 |   <body>
119
120 #data
121 <!doctype html><script></SCRIPT 
122 #errors
123 Line: 1 Col: 32 Unexpected end of file. Expected end tag (script).
124 #document
125 | <!DOCTYPE html>
126 | <html>
127 |   <head>
128 |     <script>
129 |   <body>
130
131 #data
132 <!doctype html><script></s
133 #errors
134 Line: 1 Col: 26 Unexpected end of file. Expected end tag (script).
135 #document
136 | <!DOCTYPE html>
137 | <html>
138 |   <head>
139 |     <script>
140 |       "</s"
141 |   <body>
142
143 #data
144 <!doctype html><script></sc
145 #errors
146 Line: 1 Col: 27 Unexpected end of file. Expected end tag (script).
147 #document
148 | <!DOCTYPE html>
149 | <html>
150 |   <head>
151 |     <script>
152 |       "</sc"
153 |   <body>
154
155 #data
156 <!doctype html><script></scr
157 #errors
158 Line: 1 Col: 28 Unexpected end of file. Expected end tag (script).
159 #document
160 | <!DOCTYPE html>
161 | <html>
162 |   <head>
163 |     <script>
164 |       "</scr"
165 |   <body>
166
167 #data
168 <!doctype html><script></scri
169 #errors
170 Line: 1 Col: 29 Unexpected end of file. Expected end tag (script).
171 #document
172 | <!DOCTYPE html>
173 | <html>
174 |   <head>
175 |     <script>
176 |       "</scri"
177 |   <body>
178
179 #data
180 <!doctype html><script></scrip
181 #errors
182 Line: 1 Col: 30 Unexpected end of file. Expected end tag (script).
183 #document
184 | <!DOCTYPE html>
185 | <html>
186 |   <head>
187 |     <script>
188 |       "</scrip"
189 |   <body>
190
191 #data
192 <!doctype html><script></script
193 #errors
194 Line: 1 Col: 31 Unexpected end of file. Expected end tag (script).
195 #document
196 | <!DOCTYPE html>
197 | <html>
198 |   <head>
199 |     <script>
200 |       "</script"
201 |   <body>
202
203 #data
204 <!doctype html><script></script 
205 #errors
206 Line: 1 Col: 32 Unexpected end of file. Expected end tag (script).
207 #document
208 | <!DOCTYPE html>
209 | <html>
210 |   <head>
211 |     <script>
212 |   <body>
213
214 #data
215 <!doctype html><script><!
216 #errors
217 Line: 1 Col: 25 Unexpected end of file. Expected end tag (script).
218 #document
219 | <!DOCTYPE html>
220 | <html>
221 |   <head>
222 |     <script>
223 |       "<!"
224 |   <body>
225
226 #data
227 <!doctype html><script><!a
228 #errors
229 Line: 1 Col: 26 Unexpected end of file. Expected end tag (script).
230 #document
231 | <!DOCTYPE html>
232 | <html>
233 |   <head>
234 |     <script>
235 |       "<!a"
236 |   <body>
237
238 #data
239 <!doctype html><script><!-
240 #errors
241 Line: 1 Col: 26 Unexpected end of file. Expected end tag (script).
242 #document
243 | <!DOCTYPE html>
244 | <html>
245 |   <head>
246 |     <script>
247 |       "<!-"
248 |   <body>
249
250 #data
251 <!doctype html><script><!-a
252 #errors
253 Line: 1 Col: 27 Unexpected end of file. Expected end tag (script).
254 #document
255 | <!DOCTYPE html>
256 | <html>
257 |   <head>
258 |     <script>
259 |       "<!-a"
260 |   <body>
261
262 #data
263 <!doctype html><script><!--
264 #errors
265 Line: 1 Col: 27 Unexpected end of file. Expected end tag (script).
266 #document
267 | <!DOCTYPE html>
268 | <html>
269 |   <head>
270 |     <script>
271 |       "<!--"
272 |   <body>
273
274 #data
275 <!doctype html><script><!--a
276 #errors
277 Line: 1 Col: 28 Unexpected end of file. Expected end tag (script).
278 #document
279 | <!DOCTYPE html>
280 | <html>
281 |   <head>
282 |     <script>
283 |       "<!--a"
284 |   <body>
285
286 #data
287 <!doctype html><script><!--<
288 #errors
289 Line: 1 Col: 28 Unexpected end of file. Expected end tag (script).
290 #document
291 | <!DOCTYPE html>
292 | <html>
293 |   <head>
294 |     <script>
295 |       "<!--<"
296 |   <body>
297
298 #data
299 <!doctype html><script><!--<a
300 #errors
301 Line: 1 Col: 29 Unexpected end of file. Expected end tag (script).
302 #document
303 | <!DOCTYPE html>
304 | <html>
305 |   <head>
306 |     <script>
307 |       "<!--<a"
308 |   <body>
309
310 #data
311 <!doctype html><script><!--</
312 #errors
313 Line: 1 Col: 27 Unexpected end of file. Expected end tag (script).
314 #document
315 | <!DOCTYPE html>
316 | <html>
317 |   <head>
318 |     <script>
319 |       "<!--</"
320 |   <body>
321
322 #data
323 <!doctype html><script><!--</script
324 #errors
325 Line: 1 Col: 35 Unexpected end of file. Expected end tag (script).
326 #document
327 | <!DOCTYPE html>
328 | <html>
329 |   <head>
330 |     <script>
331 |       "<!--</script"
332 |   <body>
333
334 #data
335 <!doctype html><script><!--</script 
336 #errors
337 Line: 1 Col: 36 Unexpected end of file. Expected end tag (script).
338 #document
339 | <!DOCTYPE html>
340 | <html>
341 |   <head>
342 |     <script>
343 |       "<!--"
344 |   <body>
345
346 #data
347 <!doctype html><script><!--<s
348 #errors
349 Line: 1 Col: 29 Unexpected end of file. Expected end tag (script).
350 #document
351 | <!DOCTYPE html>
352 | <html>
353 |   <head>
354 |     <script>
355 |       "<!--<s"
356 |   <body>
357
358 #data
359 <!doctype html><script><!--<script
360 #errors
361 Line: 1 Col: 34 Unexpected end of file. Expected end tag (script).
362 #document
363 | <!DOCTYPE html>
364 | <html>
365 |   <head>
366 |     <script>
367 |       "<!--<script"
368 |   <body>
369
370 #data
371 <!doctype html><script><!--<script 
372 #errors
373 Line: 1 Col: 35 Unexpected end of file. Expected end tag (script).
374 #document
375 | <!DOCTYPE html>
376 | <html>
377 |   <head>
378 |     <script>
379 |       "<!--<script "
380 |   <body>
381
382 #data
383 <!doctype html><script><!--<script <
384 #errors
385 Line: 1 Col: 36 Unexpected end of file. Expected end tag (script).
386 #document
387 | <!DOCTYPE html>
388 | <html>
389 |   <head>
390 |     <script>
391 |       "<!--<script <"
392 |   <body>
393
394 #data
395 <!doctype html><script><!--<script <a
396 #errors
397 Line: 1 Col: 37 Unexpected end of file. Expected end tag (script).
398 #document
399 | <!DOCTYPE html>
400 | <html>
401 |   <head>
402 |     <script>
403 |       "<!--<script <a"
404 |   <body>
405
406 #data
407 <!doctype html><script><!--<script </
408 #errors
409 Line: 1 Col: 37 Unexpected end of file. Expected end tag (script).
410 #document
411 | <!DOCTYPE html>
412 | <html>
413 |   <head>
414 |     <script>
415 |       "<!--<script </"
416 |   <body>
417
418 #data
419 <!doctype html><script><!--<script </s
420 #errors
421 Line: 1 Col: 38 Unexpected end of file. Expected end tag (script).
422 #document
423 | <!DOCTYPE html>
424 | <html>
425 |   <head>
426 |     <script>
427 |       "<!--<script </s"
428 |   <body>
429
430 #data
431 <!doctype html><script><!--<script </script
432 #errors
433 Line: 1 Col: 43 Unexpected end of file. Expected end tag (script).
434 #document
435 | <!DOCTYPE html>
436 | <html>
437 |   <head>
438 |     <script>
439 |       "<!--<script </script"
440 |   <body>
441
442 #data
443 <!doctype html><script><!--<script </scripta
444 #errors
445 Line: 1 Col: 44 Unexpected end of file. Expected end tag (script).
446 #document
447 | <!DOCTYPE html>
448 | <html>
449 |   <head>
450 |     <script>
451 |       "<!--<script </scripta"
452 |   <body>
453
454 #data
455 <!doctype html><script><!--<script </script 
456 #errors
457 Line: 1 Col: 44 Unexpected end of file. Expected end tag (script).
458 #document
459 | <!DOCTYPE html>
460 | <html>
461 |   <head>
462 |     <script>
463 |       "<!--<script </script "
464 |   <body>
465
466 #data
467 <!doctype html><script><!--<script </script>
468 #errors
469 Line: 1 Col: 44 Unexpected end of file. Expected end tag (script).
470 #document
471 | <!DOCTYPE html>
472 | <html>
473 |   <head>
474 |     <script>
475 |       "<!--<script </script>"
476 |   <body>
477
478 #data
479 <!doctype html><script><!--<script </script/
480 #errors
481 Line: 1 Col: 44 Unexpected end of file. Expected end tag (script).
482 #document
483 | <!DOCTYPE html>
484 | <html>
485 |   <head>
486 |     <script>
487 |       "<!--<script </script/"
488 |   <body>
489
490 #data
491 <!doctype html><script><!--<script </script <
492 #errors
493 Line: 1 Col: 45 Unexpected end of file. Expected end tag (script).
494 #document
495 | <!DOCTYPE html>
496 | <html>
497 |   <head>
498 |     <script>
499 |       "<!--<script </script <"
500 |   <body>
501
502 #data
503 <!doctype html><script><!--<script </script <a
504 #errors
505 Line: 1 Col: 46 Unexpected end of file. Expected end tag (script).
506 #document
507 | <!DOCTYPE html>
508 | <html>
509 |   <head>
510 |     <script>
511 |       "<!--<script </script <a"
512 |   <body>
513
514 #data
515 <!doctype html><script><!--<script </script </
516 #errors
517 Line: 1 Col: 46 Unexpected end of file. Expected end tag (script).
518 #document
519 | <!DOCTYPE html>
520 | <html>
521 |   <head>
522 |     <script>
523 |       "<!--<script </script </"
524 |   <body>
525
526 #data
527 <!doctype html><script><!--<script </script </script
528 #errors
529 Line: 1 Col: 52 Unexpected end of file. Expected end tag (script).
530 #document
531 | <!DOCTYPE html>
532 | <html>
533 |   <head>
534 |     <script>
535 |       "<!--<script </script </script"
536 |   <body>
537
538 #data
539 <!doctype html><script><!--<script </script </script 
540 #errors
541 Line: 1 Col: 53 Unexpected end of file. Expected end tag (script).
542 #document
543 | <!DOCTYPE html>
544 | <html>
545 |   <head>
546 |     <script>
547 |       "<!--<script </script "
548 |   <body>
549
550 #data
551 <!doctype html><script><!--<script </script </script/
552 #errors
553 Line: 1 Col: 53 Unexpected end of file. Expected end tag (script).
554 #document
555 | <!DOCTYPE html>
556 | <html>
557 |   <head>
558 |     <script>
559 |       "<!--<script </script "
560 |   <body>
561
562 #data
563 <!doctype html><script><!--<script </script </script>
564 #errors
565 #document
566 | <!DOCTYPE html>
567 | <html>
568 |   <head>
569 |     <script>
570 |       "<!--<script </script "
571 |   <body>
572
573 #data
574 <!doctype html><script><!--<script -
575 #errors
576 Line: 1 Col: 36 Unexpected end of file. Expected end tag (script).
577 #document
578 | <!DOCTYPE html>
579 | <html>
580 |   <head>
581 |     <script>
582 |       "<!--<script -"
583 |   <body>
584
585 #data
586 <!doctype html><script><!--<script -a
587 #errors
588 Line: 1 Col: 37 Unexpected end of file. Expected end tag (script).
589 #document
590 | <!DOCTYPE html>
591 | <html>
592 |   <head>
593 |     <script>
594 |       "<!--<script -a"
595 |   <body>
596
597 #data
598 <!doctype html><script><!--<script -<
599 #errors
600 Line: 1 Col: 37 Unexpected end of file. Expected end tag (script).
601 #document
602 | <!DOCTYPE html>
603 | <html>
604 |   <head>
605 |     <script>
606 |       "<!--<script -<"
607 |   <body>
608
609 #data
610 <!doctype html><script><!--<script --
611 #errors
612 Line: 1 Col: 37 Unexpected end of file. Expected end tag (script).
613 #document
614 | <!DOCTYPE html>
615 | <html>
616 |   <head>
617 |     <script>
618 |       "<!--<script --"
619 |   <body>
620
621 #data
622 <!doctype html><script><!--<script --a
623 #errors
624 Line: 1 Col: 38 Unexpected end of file. Expected end tag (script).
625 #document
626 | <!DOCTYPE html>
627 | <html>
628 |   <head>
629 |     <script>
630 |       "<!--<script --a"
631 |   <body>
632
633 #data
634 <!doctype html><script><!--<script --<
635 #errors
636 Line: 1 Col: 38 Unexpected end of file. Expected end tag (script).
637 #document
638 | <!DOCTYPE html>
639 | <html>
640 |   <head>
641 |     <script>
642 |       "<!--<script --<"
643 |   <body>
644
645 #data
646 <!doctype html><script><!--<script -->
647 #errors
648 Line: 1 Col: 38 Unexpected end of file. Expected end tag (script).
649 #document
650 | <!DOCTYPE html>
651 | <html>
652 |   <head>
653 |     <script>
654 |       "<!--<script -->"
655 |   <body>
656
657 #data
658 <!doctype html><script><!--<script --><
659 #errors
660 Line: 1 Col: 39 Unexpected end of file. Expected end tag (script).
661 #document
662 | <!DOCTYPE html>
663 | <html>
664 |   <head>
665 |     <script>
666 |       "<!--<script --><"
667 |   <body>
668
669 #data
670 <!doctype html><script><!--<script --></
671 #errors
672 Line: 1 Col: 40 Unexpected end of file. Expected end tag (script).
673 #document
674 | <!DOCTYPE html>
675 | <html>
676 |   <head>
677 |     <script>
678 |       "<!--<script --></"
679 |   <body>
680
681 #data
682 <!doctype html><script><!--<script --></script
683 #errors
684 Line: 1 Col: 46 Unexpected end of file. Expected end tag (script).
685 #document
686 | <!DOCTYPE html>
687 | <html>
688 |   <head>
689 |     <script>
690 |       "<!--<script --></script"
691 |   <body>
692
693 #data
694 <!doctype html><script><!--<script --></script 
695 #errors
696 Line: 1 Col: 47 Unexpected end of file. Expected end tag (script).
697 #document
698 | <!DOCTYPE html>
699 | <html>
700 |   <head>
701 |     <script>
702 |       "<!--<script -->"
703 |   <body>
704
705 #data
706 <!doctype html><script><!--<script --></script/
707 #errors
708 Line: 1 Col: 47 Unexpected end of file. Expected end tag (script).
709 #document
710 | <!DOCTYPE html>
711 | <html>
712 |   <head>
713 |     <script>
714 |       "<!--<script -->"
715 |   <body>
716
717 #data
718 <!doctype html><script><!--<script --></script>
719 #errors
720 #document
721 | <!DOCTYPE html>
722 | <html>
723 |   <head>
724 |     <script>
725 |       "<!--<script -->"
726 |   <body>
727
728 #data
729 <!doctype html><script><!--<script><\/script>--></script>
730 #errors
731 #document
732 | <!DOCTYPE html>
733 | <html>
734 |   <head>
735 |     <script>
736 |       "<!--<script><\/script>-->"
737 |   <body>
738
739 #data
740 <!doctype html><script><!--<script></scr'+'ipt>--></script>
741 #errors
742 #document
743 | <!DOCTYPE html>
744 | <html>
745 |   <head>
746 |     <script>
747 |       "<!--<script></scr'+'ipt>-->"
748 |   <body>
749
750 #data
751 <!doctype html><script><!--<script></script><script></script></script>
752 #errors
753 #document
754 | <!DOCTYPE html>
755 | <html>
756 |   <head>
757 |     <script>
758 |       "<!--<script></script><script></script>"
759 |   <body>
760
761 #data
762 <!doctype html><script><!--<script></script><script></script>--><!--</script>
763 #errors
764 #document
765 | <!DOCTYPE html>
766 | <html>
767 |   <head>
768 |     <script>
769 |       "<!--<script></script><script></script>--><!--"
770 |   <body>
771
772 #data
773 <!doctype html><script><!--<script></script><script></script>-- ></script>
774 #errors
775 #document
776 | <!DOCTYPE html>
777 | <html>
778 |   <head>
779 |     <script>
780 |       "<!--<script></script><script></script>-- >"
781 |   <body>
782
783 #data
784 <!doctype html><script><!--<script></script><script></script>- -></script>
785 #errors
786 #document
787 | <!DOCTYPE html>
788 | <html>
789 |   <head>
790 |     <script>
791 |       "<!--<script></script><script></script>- ->"
792 |   <body>
793
794 #data
795 <!doctype html><script><!--<script></script><script></script>- - ></script>
796 #errors
797 #document
798 | <!DOCTYPE html>
799 | <html>
800 |   <head>
801 |     <script>
802 |       "<!--<script></script><script></script>- - >"
803 |   <body>
804
805 #data
806 <!doctype html><script><!--<script></script><script></script>-></script>
807 #errors
808 #document
809 | <!DOCTYPE html>
810 | <html>
811 |   <head>
812 |     <script>
813 |       "<!--<script></script><script></script>->"
814 |   <body>
815
816 #data
817 <!doctype html><script><!--<script>--!></script>X
818 #errors
819 Line: 1 Col: 49 Unexpected end of file. Expected end tag (script).
820 #document
821 | <!DOCTYPE html>
822 | <html>
823 |   <head>
824 |     <script>
825 |       "<!--<script>--!></script>X"
826 |   <body>
827
828 #data
829 <!doctype html><script><!--<scr'+'ipt></script>--></script>
830 #errors
831 Line: 1 Col: 59 Unexpected end tag (script).
832 #document
833 | <!DOCTYPE html>
834 | <html>
835 |   <head>
836 |     <script>
837 |       "<!--<scr'+'ipt>"
838 |   <body>
839 |     "-->"
840
841 #data
842 <!doctype html><script><!--<script></scr'+'ipt></script>X
843 #errors
844 Line: 1 Col: 57 Unexpected end of file. Expected end tag (script).
845 #document
846 | <!DOCTYPE html>
847 | <html>
848 |   <head>
849 |     <script>
850 |       "<!--<script></scr'+'ipt></script>X"
851 |   <body>
852
853 #data
854 <!doctype html><style><!--<style></style>--></style>
855 #errors
856 Line: 1 Col: 52 Unexpected end tag (style).
857 #document
858 | <!DOCTYPE html>
859 | <html>
860 |   <head>
861 |     <style>
862 |       "<!--<style>"
863 |   <body>
864 |     "-->"
865
866 #data
867 <!doctype html><style><!--</style>X
868 #errors
869 #document
870 | <!DOCTYPE html>
871 | <html>
872 |   <head>
873 |     <style>
874 |       "<!--"
875 |   <body>
876 |     "X"
877
878 #data
879 <!doctype html><style><!--...</style>...--></style>
880 #errors
881 Line: 1 Col: 51 Unexpected end tag (style).
882 #document
883 | <!DOCTYPE html>
884 | <html>
885 |   <head>
886 |     <style>
887 |       "<!--..."
888 |   <body>
889 |     "...-->"
890
891 #data
892 <!doctype html><style><!--<br><html xmlns:v="urn:schemas-microsoft-com:vml"><!--[if !mso]><style></style>X
893 #errors
894 #document
895 | <!DOCTYPE html>
896 | <html>
897 |   <head>
898 |     <style>
899 |       "<!--<br><html xmlns:v="urn:schemas-microsoft-com:vml"><!--[if !mso]><style>"
900 |   <body>
901 |     "X"
902
903 #data
904 <!doctype html><style><!--...<style><!--...--!></style>--></style>
905 #errors
906 Line: 1 Col: 66 Unexpected end tag (style).
907 #document
908 | <!DOCTYPE html>
909 | <html>
910 |   <head>
911 |     <style>
912 |       "<!--...<style><!--...--!>"
913 |   <body>
914 |     "-->"
915
916 #data
917 <!doctype html><style><!--...</style><!-- --><style>@import ...</style>
918 #errors
919 #document
920 | <!DOCTYPE html>
921 | <html>
922 |   <head>
923 |     <style>
924 |       "<!--..."
925 |     <!--   -->
926 |     <style>
927 |       "@import ..."
928 |   <body>
929
930 #data
931 <!doctype html><style>...<style><!--...</style><!-- --></style>
932 #errors
933 Line: 1 Col: 63 Unexpected end tag (style).
934 #document
935 | <!DOCTYPE html>
936 | <html>
937 |   <head>
938 |     <style>
939 |       "...<style><!--..."
940 |     <!--   -->
941 |   <body>
942
943 #data
944 <!doctype html><style>...<!--[if IE]><style>...</style>X
945 #errors
946 #document
947 | <!DOCTYPE html>
948 | <html>
949 |   <head>
950 |     <style>
951 |       "...<!--[if IE]><style>..."
952 |   <body>
953 |     "X"
954
955 #data
956 <!doctype html><title><!--<title></title>--></title>
957 #errors
958 Line: 1 Col: 52 Unexpected end tag (title).
959 #document
960 | <!DOCTYPE html>
961 | <html>
962 |   <head>
963 |     <title>
964 |       "<!--<title>"
965 |   <body>
966 |     "-->"
967
968 #data
969 <!doctype html><title>&lt;/title></title>
970 #errors
971 #document
972 | <!DOCTYPE html>
973 | <html>
974 |   <head>
975 |     <title>
976 |       "</title>"
977 |   <body>
978
979 #data
980 <!doctype html><title>foo/title><link></head><body>X
981 #errors
982 Line: 1 Col: 52 Unexpected end of file. Expected end tag (title).
983 #document
984 | <!DOCTYPE html>
985 | <html>
986 |   <head>
987 |     <title>
988 |       "foo/title><link></head><body>X"
989 |   <body>
990
991 #data
992 <!doctype html><noscript><!--<noscript></noscript>--></noscript>
993 #errors
994 Line: 1 Col: 64 Unexpected end tag (noscript).
995 #document
996 | <!DOCTYPE html>
997 | <html>
998 |   <head>
999 |     <noscript>
1000 |       "<!--<noscript>"
1001 |   <body>
1002 |     "-->"
1003
1004 #data
1005 <!doctype html><noscript><!--</noscript>X<noscript>--></noscript>
1006 #errors
1007 #document
1008 | <!DOCTYPE html>
1009 | <html>
1010 |   <head>
1011 |     <noscript>
1012 |       "<!--"
1013 |   <body>
1014 |     "X"
1015 |     <noscript>
1016 |       "-->"
1017
1018 #data
1019 <!doctype html><noscript><iframe></noscript>X
1020 #errors
1021 #document
1022 | <!DOCTYPE html>
1023 | <html>
1024 |   <head>
1025 |     <noscript>
1026 |       "<iframe>"
1027 |   <body>
1028 |     "X"
1029
1030 #data
1031 <!doctype html><noframes><!--<noframes></noframes>--></noframes>
1032 #errors
1033 Line: 1 Col: 64 Unexpected end tag (noframes).
1034 #document
1035 | <!DOCTYPE html>
1036 | <html>
1037 |   <head>
1038 |     <noframes>
1039 |       "<!--<noframes>"
1040 |   <body>
1041 |     "-->"
1042
1043 #data
1044 <!doctype html><noframes><body><script><!--...</script></body></noframes></html>
1045 #errors
1046 #document
1047 | <!DOCTYPE html>
1048 | <html>
1049 |   <head>
1050 |     <noframes>
1051 |       "<body><script><!--...</script></body>"
1052 |   <body>
1053
1054 #data
1055 <!doctype html><textarea><!--<textarea></textarea>--></textarea>
1056 #errors
1057 Line: 1 Col: 64 Unexpected end tag (textarea).
1058 #document
1059 | <!DOCTYPE html>
1060 | <html>
1061 |   <head>
1062 |   <body>
1063 |     <textarea>
1064 |       "<!--<textarea>"
1065 |     "-->"
1066
1067 #data
1068 <!doctype html><textarea>&lt;/textarea></textarea>
1069 #errors
1070 #document
1071 | <!DOCTYPE html>
1072 | <html>
1073 |   <head>
1074 |   <body>
1075 |     <textarea>
1076 |       "</textarea>"
1077
1078 #data
1079 <!doctype html><textarea>&lt;</textarea>
1080 #errors
1081 #document
1082 | <!DOCTYPE html>
1083 | <html>
1084 |   <head>
1085 |   <body>
1086 |     <textarea>
1087 |       "<"
1088
1089 #data
1090 <!doctype html><textarea>a&lt;b</textarea>
1091 #errors
1092 #document
1093 | <!DOCTYPE html>
1094 | <html>
1095 |   <head>
1096 |   <body>
1097 |     <textarea>
1098 |       "a<b"
1099
1100 #data
1101 <!doctype html><iframe><!--<iframe></iframe>--></iframe>
1102 #errors
1103 Line: 1 Col: 56 Unexpected end tag (iframe).
1104 #document
1105 | <!DOCTYPE html>
1106 | <html>
1107 |   <head>
1108 |   <body>
1109 |     <iframe>
1110 |       "<!--<iframe>"
1111 |     "-->"
1112
1113 #data
1114 <!doctype html><iframe>...<!--X->...<!--/X->...</iframe>
1115 #errors
1116 #document
1117 | <!DOCTYPE html>
1118 | <html>
1119 |   <head>
1120 |   <body>
1121 |     <iframe>
1122 |       "...<!--X->...<!--/X->..."
1123
1124 #data
1125 <!doctype html><xmp><!--<xmp></xmp>--></xmp>
1126 #errors
1127 Line: 1 Col: 44 Unexpected end tag (xmp).
1128 #document
1129 | <!DOCTYPE html>
1130 | <html>
1131 |   <head>
1132 |   <body>
1133 |     <xmp>
1134 |       "<!--<xmp>"
1135 |     "-->"
1136
1137 #data
1138 <!doctype html><noembed><!--<noembed></noembed>--></noembed>
1139 #errors
1140 Line: 1 Col: 60 Unexpected end tag (noembed).
1141 #document
1142 | <!DOCTYPE html>
1143 | <html>
1144 |   <head>
1145 |   <body>
1146 |     <noembed>
1147 |       "<!--<noembed>"
1148 |     "-->"
1149
1150 #data
1151 <script>
1152 #errors
1153 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1154 Line: 1 Col: 8 Unexpected end of file. Expected end tag (script).
1155 #document
1156 | <html>
1157 |   <head>
1158 |     <script>
1159 |   <body>
1160
1161 #data
1162 <script>a
1163 #errors
1164 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1165 Line: 1 Col: 9 Unexpected end of file. Expected end tag (script).
1166 #document
1167 | <html>
1168 |   <head>
1169 |     <script>
1170 |       "a"
1171 |   <body>
1172
1173 #data
1174 <script><
1175 #errors
1176 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1177 Line: 1 Col: 9 Unexpected end of file. Expected end tag (script).
1178 #document
1179 | <html>
1180 |   <head>
1181 |     <script>
1182 |       "<"
1183 |   <body>
1184
1185 #data
1186 <script></
1187 #errors
1188 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1189 Line: 1 Col: 10 Unexpected end of file. Expected end tag (script).
1190 #document
1191 | <html>
1192 |   <head>
1193 |     <script>
1194 |       "</"
1195 |   <body>
1196
1197 #data
1198 <script></S
1199 #errors
1200 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1201 Line: 1 Col: 11 Unexpected end of file. Expected end tag (script).
1202 #document
1203 | <html>
1204 |   <head>
1205 |     <script>
1206 |       "</S"
1207 |   <body>
1208
1209 #data
1210 <script></SC
1211 #errors
1212 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1213 Line: 1 Col: 12 Unexpected end of file. Expected end tag (script).
1214 #document
1215 | <html>
1216 |   <head>
1217 |     <script>
1218 |       "</SC"
1219 |   <body>
1220
1221 #data
1222 <script></SCR
1223 #errors
1224 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1225 Line: 1 Col: 13 Unexpected end of file. Expected end tag (script).
1226 #document
1227 | <html>
1228 |   <head>
1229 |     <script>
1230 |       "</SCR"
1231 |   <body>
1232
1233 #data
1234 <script></SCRI
1235 #errors
1236 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1237 Line: 1 Col: 14 Unexpected end of file. Expected end tag (script).
1238 #document
1239 | <html>
1240 |   <head>
1241 |     <script>
1242 |       "</SCRI"
1243 |   <body>
1244
1245 #data
1246 <script></SCRIP
1247 #errors
1248 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1249 Line: 1 Col: 15 Unexpected end of file. Expected end tag (script).
1250 #document
1251 | <html>
1252 |   <head>
1253 |     <script>
1254 |       "</SCRIP"
1255 |   <body>
1256
1257 #data
1258 <script></SCRIPT
1259 #errors
1260 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1261 Line: 1 Col: 16 Unexpected end of file. Expected end tag (script).
1262 #document
1263 | <html>
1264 |   <head>
1265 |     <script>
1266 |       "</SCRIPT"
1267 |   <body>
1268
1269 #data
1270 <script></SCRIPT 
1271 #errors
1272 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1273 Line: 1 Col: 17 Unexpected end of file. Expected end tag (script).
1274 #document
1275 | <html>
1276 |   <head>
1277 |     <script>
1278 |   <body>
1279
1280 #data
1281 <script></s
1282 #errors
1283 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1284 Line: 1 Col: 11 Unexpected end of file. Expected end tag (script).
1285 #document
1286 | <html>
1287 |   <head>
1288 |     <script>
1289 |       "</s"
1290 |   <body>
1291
1292 #data
1293 <script></sc
1294 #errors
1295 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1296 Line: 1 Col: 12 Unexpected end of file. Expected end tag (script).
1297 #document
1298 | <html>
1299 |   <head>
1300 |     <script>
1301 |       "</sc"
1302 |   <body>
1303
1304 #data
1305 <script></scr
1306 #errors
1307 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1308 Line: 1 Col: 13 Unexpected end of file. Expected end tag (script).
1309 #document
1310 | <html>
1311 |   <head>
1312 |     <script>
1313 |       "</scr"
1314 |   <body>
1315
1316 #data
1317 <script></scri
1318 #errors
1319 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1320 Line: 1 Col: 14 Unexpected end of file. Expected end tag (script).
1321 #document
1322 | <html>
1323 |   <head>
1324 |     <script>
1325 |       "</scri"
1326 |   <body>
1327
1328 #data
1329 <script></scrip
1330 #errors
1331 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1332 Line: 1 Col: 15 Unexpected end of file. Expected end tag (script).
1333 #document
1334 | <html>
1335 |   <head>
1336 |     <script>
1337 |       "</scrip"
1338 |   <body>
1339
1340 #data
1341 <script></script
1342 #errors
1343 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1344 Line: 1 Col: 16 Unexpected end of file. Expected end tag (script).
1345 #document
1346 | <html>
1347 |   <head>
1348 |     <script>
1349 |       "</script"
1350 |   <body>
1351
1352 #data
1353 <script></script 
1354 #errors
1355 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1356 Line: 1 Col: 17 Unexpected end of file. Expected end tag (script).
1357 #document
1358 | <html>
1359 |   <head>
1360 |     <script>
1361 |   <body>
1362
1363 #data
1364 <script><!
1365 #errors
1366 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1367 Line: 1 Col: 10 Unexpected end of file. Expected end tag (script).
1368 #document
1369 | <html>
1370 |   <head>
1371 |     <script>
1372 |       "<!"
1373 |   <body>
1374
1375 #data
1376 <script><!a
1377 #errors
1378 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1379 Line: 1 Col: 11 Unexpected end of file. Expected end tag (script).
1380 #document
1381 | <html>
1382 |   <head>
1383 |     <script>
1384 |       "<!a"
1385 |   <body>
1386
1387 #data
1388 <script><!-
1389 #errors
1390 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1391 Line: 1 Col: 11 Unexpected end of file. Expected end tag (script).
1392 #document
1393 | <html>
1394 |   <head>
1395 |     <script>
1396 |       "<!-"
1397 |   <body>
1398
1399 #data
1400 <script><!-a
1401 #errors
1402 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1403 Line: 1 Col: 12 Unexpected end of file. Expected end tag (script).
1404 #document
1405 | <html>
1406 |   <head>
1407 |     <script>
1408 |       "<!-a"
1409 |   <body>
1410
1411 #data
1412 <script><!--
1413 #errors
1414 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1415 Line: 1 Col: 12 Unexpected end of file. Expected end tag (script).
1416 #document
1417 | <html>
1418 |   <head>
1419 |     <script>
1420 |       "<!--"
1421 |   <body>
1422
1423 #data
1424 <script><!--a
1425 #errors
1426 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1427 Line: 1 Col: 13 Unexpected end of file. Expected end tag (script).
1428 #document
1429 | <html>
1430 |   <head>
1431 |     <script>
1432 |       "<!--a"
1433 |   <body>
1434
1435 #data
1436 <script><!--<
1437 #errors
1438 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1439 Line: 1 Col: 13 Unexpected end of file. Expected end tag (script).
1440 #document
1441 | <html>
1442 |   <head>
1443 |     <script>
1444 |       "<!--<"
1445 |   <body>
1446
1447 #data
1448 <script><!--<a
1449 #errors
1450 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1451 Line: 1 Col: 14 Unexpected end of file. Expected end tag (script).
1452 #document
1453 | <html>
1454 |   <head>
1455 |     <script>
1456 |       "<!--<a"
1457 |   <body>
1458
1459 #data
1460 <script><!--</
1461 #errors
1462 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1463 Line: 1 Col: 14 Unexpected end of file. Expected end tag (script).
1464 #document
1465 | <html>
1466 |   <head>
1467 |     <script>
1468 |       "<!--</"
1469 |   <body>
1470
1471 #data
1472 <script><!--</script
1473 #errors
1474 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1475 Line: 1 Col: 20 Unexpected end of file. Expected end tag (script).
1476 #document
1477 | <html>
1478 |   <head>
1479 |     <script>
1480 |       "<!--</script"
1481 |   <body>
1482
1483 #data
1484 <script><!--</script 
1485 #errors
1486 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1487 Line: 1 Col: 21 Unexpected end of file. Expected end tag (script).
1488 #document
1489 | <html>
1490 |   <head>
1491 |     <script>
1492 |       "<!--"
1493 |   <body>
1494
1495 #data
1496 <script><!--<s
1497 #errors
1498 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1499 Line: 1 Col: 14 Unexpected end of file. Expected end tag (script).
1500 #document
1501 | <html>
1502 |   <head>
1503 |     <script>
1504 |       "<!--<s"
1505 |   <body>
1506
1507 #data
1508 <script><!--<script
1509 #errors
1510 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1511 Line: 1 Col: 19 Unexpected end of file. Expected end tag (script).
1512 #document
1513 | <html>
1514 |   <head>
1515 |     <script>
1516 |       "<!--<script"
1517 |   <body>
1518
1519 #data
1520 <script><!--<script 
1521 #errors
1522 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1523 Line: 1 Col: 20 Unexpected end of file. Expected end tag (script).
1524 #document
1525 | <html>
1526 |   <head>
1527 |     <script>
1528 |       "<!--<script "
1529 |   <body>
1530
1531 #data
1532 <script><!--<script <
1533 #errors
1534 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1535 Line: 1 Col: 21 Unexpected end of file. Expected end tag (script).
1536 #document
1537 | <html>
1538 |   <head>
1539 |     <script>
1540 |       "<!--<script <"
1541 |   <body>
1542
1543 #data
1544 <script><!--<script <a
1545 #errors
1546 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1547 Line: 1 Col: 22 Unexpected end of file. Expected end tag (script).
1548 #document
1549 | <html>
1550 |   <head>
1551 |     <script>
1552 |       "<!--<script <a"
1553 |   <body>
1554
1555 #data
1556 <script><!--<script </
1557 #errors
1558 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1559 Line: 1 Col: 22 Unexpected end of file. Expected end tag (script).
1560 #document
1561 | <html>
1562 |   <head>
1563 |     <script>
1564 |       "<!--<script </"
1565 |   <body>
1566
1567 #data
1568 <script><!--<script </s
1569 #errors
1570 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1571 Line: 1 Col: 23 Unexpected end of file. Expected end tag (script).
1572 #document
1573 | <html>
1574 |   <head>
1575 |     <script>
1576 |       "<!--<script </s"
1577 |   <body>
1578
1579 #data
1580 <script><!--<script </script
1581 #errors
1582 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1583 Line: 1 Col: 28 Unexpected end of file. Expected end tag (script).
1584 #document
1585 | <html>
1586 |   <head>
1587 |     <script>
1588 |       "<!--<script </script"
1589 |   <body>
1590
1591 #data
1592 <script><!--<script </scripta
1593 #errors
1594 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1595 Line: 1 Col: 29 Unexpected end of file. Expected end tag (script).
1596 #document
1597 | <html>
1598 |   <head>
1599 |     <script>
1600 |       "<!--<script </scripta"
1601 |   <body>
1602
1603 #data
1604 <script><!--<script </script 
1605 #errors
1606 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1607 Line: 1 Col: 29 Unexpected end of file. Expected end tag (script).
1608 #document
1609 | <html>
1610 |   <head>
1611 |     <script>
1612 |       "<!--<script </script "
1613 |   <body>
1614
1615 #data
1616 <script><!--<script </script>
1617 #errors
1618 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1619 Line: 1 Col: 29 Unexpected end of file. Expected end tag (script).
1620 #document
1621 | <html>
1622 |   <head>
1623 |     <script>
1624 |       "<!--<script </script>"
1625 |   <body>
1626
1627 #data
1628 <script><!--<script </script/
1629 #errors
1630 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1631 Line: 1 Col: 29 Unexpected end of file. Expected end tag (script).
1632 #document
1633 | <html>
1634 |   <head>
1635 |     <script>
1636 |       "<!--<script </script/"
1637 |   <body>
1638
1639 #data
1640 <script><!--<script </script <
1641 #errors
1642 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1643 Line: 1 Col: 30 Unexpected end of file. Expected end tag (script).
1644 #document
1645 | <html>
1646 |   <head>
1647 |     <script>
1648 |       "<!--<script </script <"
1649 |   <body>
1650
1651 #data
1652 <script><!--<script </script <a
1653 #errors
1654 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1655 Line: 1 Col: 31 Unexpected end of file. Expected end tag (script).
1656 #document
1657 | <html>
1658 |   <head>
1659 |     <script>
1660 |       "<!--<script </script <a"
1661 |   <body>
1662
1663 #data
1664 <script><!--<script </script </
1665 #errors
1666 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1667 Line: 1 Col: 31 Unexpected end of file. Expected end tag (script).
1668 #document
1669 | <html>
1670 |   <head>
1671 |     <script>
1672 |       "<!--<script </script </"
1673 |   <body>
1674
1675 #data
1676 <script><!--<script </script </script
1677 #errors
1678 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1679 Line: 1 Col: 38 Unexpected end of file. Expected end tag (script).
1680 #document
1681 | <html>
1682 |   <head>
1683 |     <script>
1684 |       "<!--<script </script </script"
1685 |   <body>
1686
1687 #data
1688 <script><!--<script </script </script 
1689 #errors
1690 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1691 Line: 1 Col: 38 Unexpected end of file. Expected end tag (script).
1692 #document
1693 | <html>
1694 |   <head>
1695 |     <script>
1696 |       "<!--<script </script "
1697 |   <body>
1698
1699 #data
1700 <script><!--<script </script </script/
1701 #errors
1702 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1703 Line: 1 Col: 38 Unexpected end of file. Expected end tag (script).
1704 #document
1705 | <html>
1706 |   <head>
1707 |     <script>
1708 |       "<!--<script </script "
1709 |   <body>
1710
1711 #data
1712 <script><!--<script </script </script>
1713 #errors
1714 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1715 #document
1716 | <html>
1717 |   <head>
1718 |     <script>
1719 |       "<!--<script </script "
1720 |   <body>
1721
1722 #data
1723 <script><!--<script -
1724 #errors
1725 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1726 Line: 1 Col: 21 Unexpected end of file. Expected end tag (script).
1727 #document
1728 | <html>
1729 |   <head>
1730 |     <script>
1731 |       "<!--<script -"
1732 |   <body>
1733
1734 #data
1735 <script><!--<script -a
1736 #errors
1737 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1738 Line: 1 Col: 22 Unexpected end of file. Expected end tag (script).
1739 #document
1740 | <html>
1741 |   <head>
1742 |     <script>
1743 |       "<!--<script -a"
1744 |   <body>
1745
1746 #data
1747 <script><!--<script --
1748 #errors
1749 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1750 Line: 1 Col: 22 Unexpected end of file. Expected end tag (script).
1751 #document
1752 | <html>
1753 |   <head>
1754 |     <script>
1755 |       "<!--<script --"
1756 |   <body>
1757
1758 #data
1759 <script><!--<script --a
1760 #errors
1761 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1762 Line: 1 Col: 23 Unexpected end of file. Expected end tag (script).
1763 #document
1764 | <html>
1765 |   <head>
1766 |     <script>
1767 |       "<!--<script --a"
1768 |   <body>
1769
1770 #data
1771 <script><!--<script -->
1772 #errors
1773 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1774 Line: 1 Col: 23 Unexpected end of file. Expected end tag (script).
1775 #document
1776 | <html>
1777 |   <head>
1778 |     <script>
1779 |       "<!--<script -->"
1780 |   <body>
1781
1782 #data
1783 <script><!--<script --><
1784 #errors
1785 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1786 Line: 1 Col: 24 Unexpected end of file. Expected end tag (script).
1787 #document
1788 | <html>
1789 |   <head>
1790 |     <script>
1791 |       "<!--<script --><"
1792 |   <body>
1793
1794 #data
1795 <script><!--<script --></
1796 #errors
1797 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1798 Line: 1 Col: 25 Unexpected end of file. Expected end tag (script).
1799 #document
1800 | <html>
1801 |   <head>
1802 |     <script>
1803 |       "<!--<script --></"
1804 |   <body>
1805
1806 #data
1807 <script><!--<script --></script
1808 #errors
1809 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1810 Line: 1 Col: 31 Unexpected end of file. Expected end tag (script).
1811 #document
1812 | <html>
1813 |   <head>
1814 |     <script>
1815 |       "<!--<script --></script"
1816 |   <body>
1817
1818 #data
1819 <script><!--<script --></script 
1820 #errors
1821 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1822 Line: 1 Col: 32 Unexpected end of file. Expected end tag (script).
1823 #document
1824 | <html>
1825 |   <head>
1826 |     <script>
1827 |       "<!--<script -->"
1828 |   <body>
1829
1830 #data
1831 <script><!--<script --></script/
1832 #errors
1833 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1834 Line: 1 Col: 32 Unexpected end of file. Expected end tag (script).
1835 #document
1836 | <html>
1837 |   <head>
1838 |     <script>
1839 |       "<!--<script -->"
1840 |   <body>
1841
1842 #data
1843 <script><!--<script --></script>
1844 #errors
1845 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1846 #document
1847 | <html>
1848 |   <head>
1849 |     <script>
1850 |       "<!--<script -->"
1851 |   <body>
1852
1853 #data
1854 <script><!--<script><\/script>--></script>
1855 #errors
1856 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1857 #document
1858 | <html>
1859 |   <head>
1860 |     <script>
1861 |       "<!--<script><\/script>-->"
1862 |   <body>
1863
1864 #data
1865 <script><!--<script></scr'+'ipt>--></script>
1866 #errors
1867 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1868 #document
1869 | <html>
1870 |   <head>
1871 |     <script>
1872 |       "<!--<script></scr'+'ipt>-->"
1873 |   <body>
1874
1875 #data
1876 <script><!--<script></script><script></script></script>
1877 #errors
1878 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1879 #document
1880 | <html>
1881 |   <head>
1882 |     <script>
1883 |       "<!--<script></script><script></script>"
1884 |   <body>
1885
1886 #data
1887 <script><!--<script></script><script></script>--><!--</script>
1888 #errors
1889 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1890 #document
1891 | <html>
1892 |   <head>
1893 |     <script>
1894 |       "<!--<script></script><script></script>--><!--"
1895 |   <body>
1896
1897 #data
1898 <script><!--<script></script><script></script>-- ></script>
1899 #errors
1900 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1901 #document
1902 | <html>
1903 |   <head>
1904 |     <script>
1905 |       "<!--<script></script><script></script>-- >"
1906 |   <body>
1907
1908 #data
1909 <script><!--<script></script><script></script>- -></script>
1910 #errors
1911 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1912 #document
1913 | <html>
1914 |   <head>
1915 |     <script>
1916 |       "<!--<script></script><script></script>- ->"
1917 |   <body>
1918
1919 #data
1920 <script><!--<script></script><script></script>- - ></script>
1921 #errors
1922 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1923 #document
1924 | <html>
1925 |   <head>
1926 |     <script>
1927 |       "<!--<script></script><script></script>- - >"
1928 |   <body>
1929
1930 #data
1931 <script><!--<script></script><script></script>-></script>
1932 #errors
1933 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1934 #document
1935 | <html>
1936 |   <head>
1937 |     <script>
1938 |       "<!--<script></script><script></script>->"
1939 |   <body>
1940
1941 #data
1942 <script><!--<script>--!></script>X
1943 #errors
1944 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1945 Line: 1 Col: 34 Unexpected end of file. Expected end tag (script).
1946 #document
1947 | <html>
1948 |   <head>
1949 |     <script>
1950 |       "<!--<script>--!></script>X"
1951 |   <body>
1952
1953 #data
1954 <script><!--<scr'+'ipt></script>--></script>
1955 #errors
1956 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1957 Line: 1 Col: 44 Unexpected end tag (script).
1958 #document
1959 | <html>
1960 |   <head>
1961 |     <script>
1962 |       "<!--<scr'+'ipt>"
1963 |   <body>
1964 |     "-->"
1965
1966 #data
1967 <script><!--<script></scr'+'ipt></script>X
1968 #errors
1969 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1970 Line: 1 Col: 42 Unexpected end of file. Expected end tag (script).
1971 #document
1972 | <html>
1973 |   <head>
1974 |     <script>
1975 |       "<!--<script></scr'+'ipt></script>X"
1976 |   <body>
1977
1978 #data
1979 <style><!--<style></style>--></style>
1980 #errors
1981 Line: 1 Col: 7 Unexpected start tag (style). Expected DOCTYPE.
1982 Line: 1 Col: 37 Unexpected end tag (style).
1983 #document
1984 | <html>
1985 |   <head>
1986 |     <style>
1987 |       "<!--<style>"
1988 |   <body>
1989 |     "-->"
1990
1991 #data
1992 <style><!--</style>X
1993 #errors
1994 Line: 1 Col: 7 Unexpected start tag (style). Expected DOCTYPE.
1995 #document
1996 | <html>
1997 |   <head>
1998 |     <style>
1999 |       "<!--"
2000 |   <body>
2001 |     "X"
2002
2003 #data
2004 <style><!--...</style>...--></style>
2005 #errors
2006 Line: 1 Col: 7 Unexpected start tag (style). Expected DOCTYPE.
2007 Line: 1 Col: 36 Unexpected end tag (style).
2008 #document
2009 | <html>
2010 |   <head>
2011 |     <style>
2012 |       "<!--..."
2013 |   <body>
2014 |     "...-->"
2015
2016 #data
2017 <style><!--<br><html xmlns:v="urn:schemas-microsoft-com:vml"><!--[if !mso]><style></style>X
2018 #errors
2019 Line: 1 Col: 7 Unexpected start tag (style). Expected DOCTYPE.
2020 #document
2021 | <html>
2022 |   <head>
2023 |     <style>
2024 |       "<!--<br><html xmlns:v="urn:schemas-microsoft-com:vml"><!--[if !mso]><style>"
2025 |   <body>
2026 |     "X"
2027
2028 #data
2029 <style><!--...<style><!--...--!></style>--></style>
2030 #errors
2031 Line: 1 Col: 7 Unexpected start tag (style). Expected DOCTYPE.
2032 Line: 1 Col: 51 Unexpected end tag (style).
2033 #document
2034 | <html>
2035 |   <head>
2036 |     <style>
2037 |       "<!--...<style><!--...--!>"
2038 |   <body>
2039 |     "-->"
2040
2041 #data
2042 <style><!--...</style><!-- --><style>@import ...</style>
2043 #errors
2044 Line: 1 Col: 7 Unexpected start tag (style). Expected DOCTYPE.
2045 #document
2046 | <html>
2047 |   <head>
2048 |     <style>
2049 |       "<!--..."
2050 |     <!--   -->
2051 |     <style>
2052 |       "@import ..."
2053 |   <body>
2054
2055 #data
2056 <style>...<style><!--...</style><!-- --></style>
2057 #errors
2058 Line: 1 Col: 7 Unexpected start tag (style). Expected DOCTYPE.
2059 Line: 1 Col: 48 Unexpected end tag (style).
2060 #document
2061 | <html>
2062 |   <head>
2063 |     <style>
2064 |       "...<style><!--..."
2065 |     <!--   -->
2066 |   <body>
2067
2068 #data
2069 <style>...<!--[if IE]><style>...</style>X
2070 #errors
2071 Line: 1 Col: 7 Unexpected start tag (style). Expected DOCTYPE.
2072 #document
2073 | <html>
2074 |   <head>
2075 |     <style>
2076 |       "...<!--[if IE]><style>..."
2077 |   <body>
2078 |     "X"
2079
2080 #data
2081 <title><!--<title></title>--></title>
2082 #errors
2083 Line: 1 Col: 7 Unexpected start tag (title). Expected DOCTYPE.
2084 Line: 1 Col: 37 Unexpected end tag (title).
2085 #document
2086 | <html>
2087 |   <head>
2088 |     <title>
2089 |       "<!--<title>"
2090 |   <body>
2091 |     "-->"
2092
2093 #data
2094 <title>&lt;/title></title>
2095 #errors
2096 Line: 1 Col: 7 Unexpected start tag (title). Expected DOCTYPE.
2097 #document
2098 | <html>
2099 |   <head>
2100 |     <title>
2101 |       "</title>"
2102 |   <body>
2103
2104 #data
2105 <title>foo/title><link></head><body>X
2106 #errors
2107 Line: 1 Col: 7 Unexpected start tag (title). Expected DOCTYPE.
2108 Line: 1 Col: 37 Unexpected end of file. Expected end tag (title).
2109 #document
2110 | <html>
2111 |   <head>
2112 |     <title>
2113 |       "foo/title><link></head><body>X"
2114 |   <body>
2115
2116 #data
2117 <noscript><!--<noscript></noscript>--></noscript>
2118 #errors
2119 Line: 1 Col: 10 Unexpected start tag (noscript). Expected DOCTYPE.
2120 Line: 1 Col: 49 Unexpected end tag (noscript).
2121 #document
2122 | <html>
2123 |   <head>
2124 |     <noscript>
2125 |       "<!--<noscript>"
2126 |   <body>
2127 |     "-->"
2128
2129 #data
2130 <noscript><!--</noscript>X<noscript>--></noscript>
2131 #errors
2132 Line: 1 Col: 10 Unexpected start tag (noscript). Expected DOCTYPE.
2133 #document
2134 | <html>
2135 |   <head>
2136 |     <noscript>
2137 |       "<!--"
2138 |   <body>
2139 |     "X"
2140 |     <noscript>
2141 |       "-->"
2142
2143 #data
2144 <noscript><iframe></noscript>X
2145 #errors
2146 Line: 1 Col: 10 Unexpected start tag (noscript). Expected DOCTYPE.
2147 #document
2148 | <html>
2149 |   <head>
2150 |     <noscript>
2151 |       "<iframe>"
2152 |   <body>
2153 |     "X"
2154
2155 #data
2156 <noframes><!--<noframes></noframes>--></noframes>
2157 #errors
2158 Line: 1 Col: 10 Unexpected start tag (noframes). Expected DOCTYPE.
2159 Line: 1 Col: 49 Unexpected end tag (noframes).
2160 #document
2161 | <html>
2162 |   <head>
2163 |     <noframes>
2164 |       "<!--<noframes>"
2165 |   <body>
2166 |     "-->"
2167
2168 #data
2169 <noframes><body><script><!--...</script></body></noframes></html>
2170 #errors
2171 Line: 1 Col: 10 Unexpected start tag (noframes). Expected DOCTYPE.
2172 #document
2173 | <html>
2174 |   <head>
2175 |     <noframes>
2176 |       "<body><script><!--...</script></body>"
2177 |   <body>
2178
2179 #data
2180 <textarea><!--<textarea></textarea>--></textarea>
2181 #errors
2182 Line: 1 Col: 10 Unexpected start tag (textarea). Expected DOCTYPE.
2183 Line: 1 Col: 49 Unexpected end tag (textarea).
2184 #document
2185 | <html>
2186 |   <head>
2187 |   <body>
2188 |     <textarea>
2189 |       "<!--<textarea>"
2190 |     "-->"
2191
2192 #data
2193 <textarea>&lt;/textarea></textarea>
2194 #errors
2195 Line: 1 Col: 10 Unexpected start tag (textarea). Expected DOCTYPE.
2196 #document
2197 | <html>
2198 |   <head>
2199 |   <body>
2200 |     <textarea>
2201 |       "</textarea>"
2202
2203 #data
2204 <iframe><!--<iframe></iframe>--></iframe>
2205 #errors
2206 Line: 1 Col: 8 Unexpected start tag (iframe). Expected DOCTYPE.
2207 Line: 1 Col: 41 Unexpected end tag (iframe).
2208 #document
2209 | <html>
2210 |   <head>
2211 |   <body>
2212 |     <iframe>
2213 |       "<!--<iframe>"
2214 |     "-->"
2215
2216 #data
2217 <iframe>...<!--X->...<!--/X->...</iframe>
2218 #errors
2219 Line: 1 Col: 8 Unexpected start tag (iframe). Expected DOCTYPE.
2220 #document
2221 | <html>
2222 |   <head>
2223 |   <body>
2224 |     <iframe>
2225 |       "...<!--X->...<!--/X->..."
2226
2227 #data
2228 <xmp><!--<xmp></xmp>--></xmp>
2229 #errors
2230 Line: 1 Col: 5 Unexpected start tag (xmp). Expected DOCTYPE.
2231 Line: 1 Col: 29 Unexpected end tag (xmp).
2232 #document
2233 | <html>
2234 |   <head>
2235 |   <body>
2236 |     <xmp>
2237 |       "<!--<xmp>"
2238 |     "-->"
2239
2240 #data
2241 <noembed><!--<noembed></noembed>--></noembed>
2242 #errors
2243 Line: 1 Col: 9 Unexpected start tag (noembed). Expected DOCTYPE.
2244 Line: 1 Col: 45 Unexpected end tag (noembed).
2245 #document
2246 | <html>
2247 |   <head>
2248 |   <body>
2249 |     <noembed>
2250 |       "<!--<noembed>"
2251 |     "-->"
2252
2253 #data
2254 <!doctype html><table>
2255
2256 #errors
2257 Line 2 Col 0 Unexpected end of file. Expected table content.
2258 #document
2259 | <!DOCTYPE html>
2260 | <html>
2261 |   <head>
2262 |   <body>
2263 |     <table>
2264 |       "
2265 "
2266
2267 #data
2268 <!doctype html><table><td><span><font></span><span>
2269 #errors
2270 Line 1 Col 26 Unexpected table cell start tag (td) in the table body phase.
2271 Line 1 Col 45 Unexpected end tag (span).
2272 Line 1 Col 51 Expected closing tag. Unexpected end of file.
2273 #document
2274 | <!DOCTYPE html>
2275 | <html>
2276 |   <head>
2277 |   <body>
2278 |     <table>
2279 |       <tbody>
2280 |         <tr>
2281 |           <td>
2282 |             <span>
2283 |               <font>
2284 |             <font>
2285 |               <span>
2286
2287 #data
2288 <!doctype html><form><table></form><form></table></form>
2289 #errors
2290 35: Stray end tag “form”.
2291 41: Start tag “form” seen in “table”.
2292 #document
2293 | <!DOCTYPE html>
2294 | <html>
2295 |   <head>
2296 |   <body>
2297 |     <form>
2298 |       <table>
2299 |         <form>