1#data
2<body><template>Hello</template>
3#errors
4#document
5| <html>
6|   <head>
7|   <body>
8|     <template>
9|       content
10|         "Hello"
11
12#data
13<template>Hello</template>
14#errors
15#document
16| <html>
17|   <head>
18|     <template>
19|       content
20|         "Hello"
21|   <body>
22
23#data
24<template></template><div></div>
25#errors
26#document
27| <html>
28|   <head>
29|     <template>
30|       content
31|   <body>
32|     <div>
33
34#data
35<html><template>Hello</template>
36#errors
37#document
38| <html>
39|   <head>
40|     <template>
41|       content
42|         "Hello"
43|   <body>
44
45#data
46<head><template><div></div></template></head>
47#errors
48#document
49| <html>
50|   <head>
51|     <template>
52|       content
53|         <div>
54|   <body>
55
56#data
57<div><template><div><span></template><b>
58#errors
59#document
60| <html>
61|   <head>
62|   <body>
63|     <div>
64|       <template>
65|         content
66|           <div>
67|             <span>
68|       <b>
69
70#data
71<div><template></div>Hello
72#errors
73#document
74| <html>
75|   <head>
76|   <body>
77|     <div>
78|       <template>
79|         content
80|           "Hello"
81
82#data
83<div></template></div>
84#errors
85#document
86| <html>
87|   <head>
88|   <body>
89|     <div>
90
91#data
92<table><template></template></table>
93#errors
94#document
95| <html>
96|   <head>
97|   <body>
98|     <table>
99|       <template>
100|         content
101
102#data
103<table><template></template></div>
104#errors
105#document
106| <html>
107|   <head>
108|   <body>
109|     <table>
110|       <template>
111|         content
112
113#data
114<table><div><template></template></div>
115#errors
116#document
117| <html>
118|   <head>
119|   <body>
120|     <div>
121|       <template>
122|         content
123|     <table>
124
125#data
126<table><template></template><div></div>
127#errors
128#document
129| <html>
130|   <head>
131|   <body>
132|     <div>
133|     <table>
134|       <template>
135|         content
136
137#data
138<table>   <template></template></table>
139#errors
140#document
141| <html>
142|   <head>
143|   <body>
144|     <table>
145|       "   "
146|       <template>
147|         content
148
149#data
150<table><tbody><template></template></tbody>
151#errors
152#document
153| <html>
154|   <head>
155|   <body>
156|     <table>
157|       <tbody>
158|         <template>
159|           content
160
161#data
162<table><tbody><template></tbody></template>
163#errors
164#document
165| <html>
166|   <head>
167|   <body>
168|     <table>
169|       <tbody>
170|         <template>
171|           content
172
173#data
174<table><tbody><template></template></tbody></table>
175#errors
176#document
177| <html>
178|   <head>
179|   <body>
180|     <table>
181|       <tbody>
182|         <template>
183|           content
184
185#data
186<table><thead><template></template></thead>
187#errors
188#document
189| <html>
190|   <head>
191|   <body>
192|     <table>
193|       <thead>
194|         <template>
195|           content
196
197#data
198<table><tfoot><template></template></tfoot>
199#errors
200#document
201| <html>
202|   <head>
203|   <body>
204|     <table>
205|       <tfoot>
206|         <template>
207|           content
208
209#data
210<select><template></template></select>
211#errors
212#document
213| <html>
214|   <head>
215|   <body>
216|     <select>
217|       <template>
218|         content
219
220#data
221<select><template><option></option></template></select>
222#errors
223#document
224| <html>
225|   <head>
226|   <body>
227|     <select>
228|       <template>
229|         content
230|           <option>
231
232#data
233<template><option></option></select><option></option></template>
234#errors
235#document
236| <html>
237|   <head>
238|     <template>
239|       content
240|         <option>
241|         <option>
242|   <body>
243
244#data
245<select><template></template><option></select>
246#errors
247#document
248| <html>
249|   <head>
250|   <body>
251|     <select>
252|       <template>
253|         content
254|       <option>
255
256#data
257<select><option><template></template></select>
258#errors
259#document
260| <html>
261|   <head>
262|   <body>
263|     <select>
264|       <option>
265|         <template>
266|           content
267
268#data
269<select><template>
270#errors
271#document
272| <html>
273|   <head>
274|   <body>
275|     <select>
276|       <template>
277|         content
278
279#data
280<select><option></option><template>
281#errors
282#document
283| <html>
284|   <head>
285|   <body>
286|     <select>
287|       <option>
288|       <template>
289|         content
290
291#data
292<select><option></option><template><option>
293#errors
294#document
295| <html>
296|   <head>
297|   <body>
298|     <select>
299|       <option>
300|       <template>
301|         content
302|           <option>
303
304#data
305<table><thead><template><td></template></table>
306#errors
307#document
308| <html>
309|   <head>
310|   <body>
311|     <table>
312|       <thead>
313|         <template>
314|           content
315|             <td>
316
317#data
318<table><template><thead></template></table>
319#errors
320#document
321| <html>
322|   <head>
323|   <body>
324|     <table>
325|       <template>
326|         content
327|           <thead>
328
329#data
330<body><table><template><td></tr><div></template></table>
331#errors
332#document
333| <html>
334|   <head>
335|   <body>
336|     <table>
337|       <template>
338|         content
339|           <td>
340|             <div>
341
342#data
343<table><template><thead></template></thead></table>
344#errors
345#document
346| <html>
347|   <head>
348|   <body>
349|     <table>
350|       <template>
351|         content
352|           <thead>
353
354#data
355<table><thead><template><tr></template></table>
356#errors
357#document
358| <html>
359|   <head>
360|   <body>
361|     <table>
362|       <thead>
363|         <template>
364|           content
365|             <tr>
366
367#data
368<table><template><tr></template></table>
369#errors
370#document
371| <html>
372|   <head>
373|   <body>
374|     <table>
375|       <template>
376|         content
377|           <tr>
378
379#data
380<table><tr><template><td>
381#errors
382#document
383| <html>
384|   <head>
385|   <body>
386|     <table>
387|       <tbody>
388|         <tr>
389|           <template>
390|             content
391|               <td>
392
393#data
394<table><template><tr><template><td></template></tr></template></table>
395#errors
396#document
397| <html>
398|   <head>
399|   <body>
400|     <table>
401|       <template>
402|         content
403|           <tr>
404|             <template>
405|               content
406|                 <td>
407
408#data
409<table><template><tr><template><td></td></template></tr></template></table>
410#errors
411#document
412| <html>
413|   <head>
414|   <body>
415|     <table>
416|       <template>
417|         content
418|           <tr>
419|             <template>
420|               content
421|                 <td>
422
423#data
424<table><template><td></template>
425#errors
426#document
427| <html>
428|   <head>
429|   <body>
430|     <table>
431|       <template>
432|         content
433|           <td>
434
435#data
436<body><template><td></td></template>
437#errors
438#document
439| <html>
440|   <head>
441|   <body>
442|     <template>
443|       content
444|         <td>
445
446#data
447<body><template><template><tr></tr></template><td></td></template>
448#errors
449#document
450| <html>
451|   <head>
452|   <body>
453|     <template>
454|       content
455|         <template>
456|           content
457|             <tr>
458|         <td>
459
460#data
461<table><colgroup><template><col>
462#errors
463#document
464| <html>
465|   <head>
466|   <body>
467|     <table>
468|       <colgroup>
469|         <template>
470|           content
471|             <col>
472
473#data
474<frameset><template><frame></frame></template></frameset>
475#errors
476#document
477| <html>
478|   <head>
479|   <frameset>
480|     <frame>
481
482#data
483<template><frame></frame></frameset><frame></frame></template>
484#errors
485#document
486| <html>
487|   <head>
488|     <template>
489|       content
490|   <body>
491
492#data
493<template><div><frameset><span></span></div><span></span></template>
494#errors
495#document
496| <html>
497|   <head>
498|     <template>
499|       content
500|         <div>
501|           <span>
502|         <span>
503|   <body>
504
505#data
506<body><template><div><frameset><span></span></div><span></span></template></body>
507#errors
508#document
509| <html>
510|   <head>
511|   <body>
512|     <template>
513|       content
514|         <div>
515|           <span>
516|         <span>
517
518#data
519<body><template><script>var i = 1;</script><td></td></template>
520#errors
521#document
522| <html>
523|   <head>
524|   <body>
525|     <template>
526|       content
527|         <script>
528|           "var i = 1;"
529|         <td>
530
531#data
532<body><template><tr><div></div></tr></template>
533#errors
534#document
535| <html>
536|   <head>
537|   <body>
538|     <template>
539|       content
540|         <tr>
541|         <div>
542
543#data
544<body><template><tr></tr><td></td></template>
545#errors
546#document
547| <html>
548|   <head>
549|   <body>
550|     <template>
551|       content
552|         <tr>
553|         <tr>
554|           <td>
555
556#data
557<body><template><td></td></tr><td></td></template>
558#errors
559#document
560| <html>
561|   <head>
562|   <body>
563|     <template>
564|       content
565|         <td>
566|         <td>
567
568#data
569<body><template><td></td><tbody><td></td></template>
570#errors
571#document
572| <html>
573|   <head>
574|   <body>
575|     <template>
576|       content
577|         <td>
578|         <td>
579
580#data
581<body><template><td></td><caption></caption><td></td></template>
582#errors
583#document
584| <html>
585|   <head>
586|   <body>
587|     <template>
588|       content
589|         <td>
590|         <td>
591
592#data
593<body><template><td></td><colgroup></caption><td></td></template>
594#errors
595#document
596| <html>
597|   <head>
598|   <body>
599|     <template>
600|       content
601|         <td>
602|         <td>
603
604#data
605<body><template><td></td></table><td></td></template>
606#errors
607#document
608| <html>
609|   <head>
610|   <body>
611|     <template>
612|       content
613|         <td>
614|         <td>
615
616#data
617<body><template><tr></tr><tbody><tr></tr></template>
618#errors
619#document
620| <html>
621|   <head>
622|   <body>
623|     <template>
624|       content
625|         <tr>
626|         <tr>
627
628#data
629<body><template><tr></tr><caption><tr></tr></template>
630#errors
631#document
632| <html>
633|   <head>
634|   <body>
635|     <template>
636|       content
637|         <tr>
638|         <tr>
639
640#data
641<body><template><tr></tr></table><tr></tr></template>
642#errors
643#document
644| <html>
645|   <head>
646|   <body>
647|     <template>
648|       content
649|         <tr>
650|         <tr>
651
652#data
653<body><template><thead></thead><caption></caption><tbody></tbody></template>
654#errors
655#document
656| <html>
657|   <head>
658|   <body>
659|     <template>
660|       content
661|         <thead>
662|         <caption>
663|         <tbody>
664
665#data
666<body><template><thead></thead></table><tbody></tbody></template></body>
667#errors
668#document
669| <html>
670|   <head>
671|   <body>
672|     <template>
673|       content
674|         <thead>
675|         <tbody>
676
677#data
678<body><template><div><tr></tr></div></template>
679#errors
680#document
681| <html>
682|   <head>
683|   <body>
684|     <template>
685|       content
686|         <div>
687
688#data
689<body><template><em>Hello</em></template>
690#errors
691#document
692| <html>
693|   <head>
694|   <body>
695|     <template>
696|       content
697|         <em>
698|           "Hello"
699
700#data
701<body><template><!--comment--></template>
702#errors
703#document
704| <html>
705|   <head>
706|   <body>
707|     <template>
708|       content
709|         <!-- comment -->
710
711#data
712<body><template><style></style><td></td></template>
713#errors
714#document
715| <html>
716|   <head>
717|   <body>
718|     <template>
719|       content
720|         <style>
721|         <td>
722
723#data
724<body><template><meta><td></td></template>
725#errors
726#document
727| <html>
728|   <head>
729|   <body>
730|     <template>
731|       content
732|         <meta>
733|         <td>
734
735#data
736<body><template><link><td></td></template>
737#errors
738#document
739| <html>
740|   <head>
741|   <body>
742|     <template>
743|       content
744|         <link>
745|         <td>
746
747#data
748<body><template><template><tr></tr></template><td></td></template>
749#errors
750#document
751| <html>
752|   <head>
753|   <body>
754|     <template>
755|       content
756|         <template>
757|           content
758|             <tr>
759|         <td>
760
761#data
762<body><table><colgroup><template><col></col></template></colgroup></table></body>
763#errors
764#document
765| <html>
766|   <head>
767|   <body>
768|     <table>
769|       <colgroup>
770|         <template>
771|           content
772|             <col>
773
774#data
775<body a=b><template><div></div><body c=d><div></div></body></template></body>
776#errors
777#document
778| <html>
779|   <head>
780|   <body>
781|     a="b"
782|     <template>
783|       content
784|         <div>
785|         <div>
786
787#data
788<html a=b><template><div><html b=c><span></template>
789#errors
790#document
791| <html>
792|   a="b"
793|   <head>
794|     <template>
795|       content
796|         <div>
797|           <span>
798|   <body>
799
800#data
801<html a=b><template><col></col><html b=c><col></col></template>
802#errors
803#document
804| <html>
805|   a="b"
806|   <head>
807|     <template>
808|       content
809|         <col>
810|         <col>
811|   <body>
812
813#data
814<html a=b><template><frame></frame><html b=c><frame></frame></template>
815#errors
816#document
817| <html>
818|   a="b"
819|   <head>
820|     <template>
821|       content
822|   <body>
823
824#data
825<body><template><tr></tr><template></template><td></td></template>
826#errors
827#document
828| <html>
829|   <head>
830|   <body>
831|     <template>
832|       content
833|         <tr>
834|         <template>
835|           content
836|         <tr>
837|           <td>
838
839#data
840<body><template><thead></thead><template><tr></tr></template><tr></tr><tfoot></tfoot></template>
841#errors
842#document
843| <html>
844|   <head>
845|   <body>
846|     <template>
847|       content
848|         <thead>
849|         <template>
850|           content
851|             <tr>
852|         <tbody>
853|           <tr>
854|         <tfoot>
855
856#data
857<body><template><template><b><template></template></template>text</template>
858#errors
859#document
860| <html>
861|   <head>
862|   <body>
863|     <template>
864|       content
865|         <template>
866|           content
867|             <b>
868|               <template>
869|                 content
870|         "text"
871
872#data
873<body><template><col><colgroup>
874#errors
875#document
876| <html>
877|   <head>
878|   <body>
879|     <template>
880|       content
881|         <col>
882
883#data
884<body><template><col></colgroup>
885#errors
886#document
887| <html>
888|   <head>
889|   <body>
890|     <template>
891|       content
892|         <col>
893
894#data
895<body><template><col><colgroup></template></body>
896#errors
897#document
898| <html>
899|   <head>
900|   <body>
901|     <template>
902|       content
903|         <col>
904
905#data
906<body><template><col><div>
907#errors
908#document
909| <html>
910|   <head>
911|   <body>
912|     <template>
913|       content
914|         <col>
915
916#data
917<body><template><col></div>
918#errors
919#document
920| <html>
921|   <head>
922|   <body>
923|     <template>
924|       content
925|         <col>
926
927#data
928<body><template><col>Hello
929#errors
930#document
931| <html>
932|   <head>
933|   <body>
934|     <template>
935|       content
936|         <col>
937
938#data
939<body><template><i><menu>Foo</i>
940#errors
941#document
942| <html>
943|   <head>
944|   <body>
945|     <template>
946|       content
947|         <i>
948|         <menu>
949|           <i>
950|             "Foo"
951
952#data
953<body><template></div><div>Foo</div><template></template><tr></tr>
954#errors
955#document
956| <html>
957|   <head>
958|   <body>
959|     <template>
960|       content
961|         <div>
962|           "Foo"
963|         <template>
964|           content
965
966#data
967<body><div><template></div><tr><td>Foo</td></tr></template>
968#errors
969#document
970| <html>
971|   <head>
972|   <body>
973|     <div>
974|       <template>
975|         content
976|           <tr>
977|             <td>
978|               "Foo"
979
980#data
981<template></figcaption><sub><table></table>
982#errors
983#document
984| <html>
985|   <head>
986|     <template>
987|       content
988|         <sub>
989|           <table>
990|   <body>
991
992#data
993<template><template>
994#errors
995#document
996| <html>
997|   <head>
998|     <template>
999|       content
1000|         <template>
1001|           content
1002|   <body>
1003
1004#data
1005<template><div>
1006#errors
1007#document
1008| <html>
1009|   <head>
1010|     <template>
1011|       content
1012|         <div>
1013|   <body>
1014
1015#data
1016<template><template><div>
1017#errors
1018#document
1019| <html>
1020|   <head>
1021|     <template>
1022|       content
1023|         <template>
1024|           content
1025|             <div>
1026|   <body>
1027
1028#data
1029<template><template><table>
1030#errors
1031#document
1032| <html>
1033|   <head>
1034|     <template>
1035|       content
1036|         <template>
1037|           content
1038|             <table>
1039|   <body>
1040
1041#data
1042<template><template><tbody>
1043#errors
1044#document
1045| <html>
1046|   <head>
1047|     <template>
1048|       content
1049|         <template>
1050|           content
1051|             <tbody>
1052|   <body>
1053
1054#data
1055<template><template><tr>
1056#errors
1057#document
1058| <html>
1059|   <head>
1060|     <template>
1061|       content
1062|         <template>
1063|           content
1064|             <tr>
1065|   <body>
1066
1067#data
1068<template><template><td>
1069#errors
1070#document
1071| <html>
1072|   <head>
1073|     <template>
1074|       content
1075|         <template>
1076|           content
1077|             <td>
1078|   <body>
1079
1080#data
1081<template><template><caption>
1082#errors
1083#document
1084| <html>
1085|   <head>
1086|     <template>
1087|       content
1088|         <template>
1089|           content
1090|             <caption>
1091|   <body>
1092
1093#data
1094<template><template><colgroup>
1095#errors
1096#document
1097| <html>
1098|   <head>
1099|     <template>
1100|       content
1101|         <template>
1102|           content
1103|             <colgroup>
1104|   <body>
1105
1106#data
1107<template><template><col>
1108#errors
1109#document
1110| <html>
1111|   <head>
1112|     <template>
1113|       content
1114|         <template>
1115|           content
1116|             <col>
1117|   <body>
1118
1119#data
1120<template><template><tbody><select>
1121#errors
1122#document
1123| <html>
1124|   <head>
1125|     <template>
1126|       content
1127|         <template>
1128|           content
1129|             <tbody>
1130|             <select>
1131|   <body>
1132
1133#data
1134<template><template><table>Foo
1135#errors
1136#document
1137| <html>
1138|   <head>
1139|     <template>
1140|       content
1141|         <template>
1142|           content
1143|             "Foo"
1144|             <table>
1145|   <body>
1146
1147#data
1148<template><template><frame>
1149#errors
1150#document
1151| <html>
1152|   <head>
1153|     <template>
1154|       content
1155|         <template>
1156|           content
1157|   <body>
1158
1159#data
1160<template><template><script>var i
1161#errors
1162#document
1163| <html>
1164|   <head>
1165|     <template>
1166|       content
1167|         <template>
1168|           content
1169|             <script>
1170|               "var i"
1171|   <body>
1172
1173#data
1174<template><template><style>var i
1175#errors
1176#document
1177| <html>
1178|   <head>
1179|     <template>
1180|       content
1181|         <template>
1182|           content
1183|             <style>
1184|               "var i"
1185|   <body>
1186
1187#data
1188<template><table></template><body><span>Foo
1189#errors
1190#document
1191| <html>
1192|   <head>
1193|     <template>
1194|       content
1195|         <table>
1196|   <body>
1197|     <span>
1198|       "Foo"
1199
1200#data
1201<template><td></template><body><span>Foo
1202#errors
1203#document
1204| <html>
1205|   <head>
1206|     <template>
1207|       content
1208|         <td>
1209|   <body>
1210|     <span>
1211|       "Foo"
1212
1213#data
1214<template><object></template><body><span>Foo
1215#errors
1216#document
1217| <html>
1218|   <head>
1219|     <template>
1220|       content
1221|         <object>
1222|   <body>
1223|     <span>
1224|       "Foo"
1225
1226#data
1227<template><svg><template>
1228#errors
1229#document
1230| <html>
1231|   <head>
1232|     <template>
1233|       content
1234|         <svg svg>
1235|           <svg template>
1236|   <body>
1237
1238#data
1239<template><svg><foo><template><foreignObject><div></template><div>
1240#errors
1241#document
1242| <html>
1243|   <head>
1244|     <template>
1245|       content
1246|         <svg svg>
1247|           <svg foo>
1248|             <svg template>
1249|               <svg foreignObject>
1250|                 <div>
1251|   <body>
1252|     <div>
1253
1254#data
1255<dummy><template><span></dummy>
1256#errors
1257#document
1258| <html>
1259|   <head>
1260|   <body>
1261|     <dummy>
1262|       <template>
1263|         content
1264|           <span>
1265
1266#data
1267<body><table><tr><td><select><template>Foo</template><caption>A</table>
1268#errors
1269#document
1270| <html>
1271|   <head>
1272|   <body>
1273|     <table>
1274|       <tbody>
1275|         <tr>
1276|           <td>
1277|             <select>
1278|               <template>
1279|                 content
1280|                   "Foo"
1281|       <caption>
1282|         "A"
1283
1284#data
1285<body></body><template>
1286#errors
1287#document
1288| <html>
1289|   <head>
1290|   <body>
1291|     <template>
1292|       content
1293
1294#data
1295<head></head><template>
1296#errors
1297#document
1298| <html>
1299|   <head>
1300|     <template>
1301|       content
1302|   <body>
1303
1304#data
1305<head></head><template>Foo</template>
1306#errors
1307#document
1308| <html>
1309|   <head>
1310|     <template>
1311|       content
1312|         "Foo"
1313|   <body>
1314
1315#data
1316<template><a><table><a>
1317#errors
1318#document
1319| <html>
1320|   <head>
1321|     <template>
1322|       content
1323|         <a>
1324|           <a>
1325|           <table>
1326|   <body>
1327