2 <!doctype html
><body
><title
>X
</title
>
13 <!doctype html
><table
><title
>X
</title
></table
>
15 Line
: 1 Col
: 29 Unexpected start tag
(title
) in table context caused voodoo mode.
16 Line
: 1 Col
: 38 Unexpected
end tag
(title
) in table context caused voodoo mode.
27 <!doctype html
><head
></head
><title
>X
</title
>
29 Line
: 1 Col
: 35 Unexpected start tag
(title
) that can be
in head. Moved.
39 <!doctype html
></head
><title
>X
</title
>
41 Line
: 1 Col
: 29 Unexpected start tag
(title
) that can be
in head. Moved.
51 <!doctype html
><table
><meta
></table
>
53 Line
: 1 Col
: 28 Unexpected start tag
(meta
) in table context caused voodoo mode.
63 <!doctype html
><table
>X
<tr
><td
><table
> <meta
></table
></table
>
65 Line
: 1 Col
: 23 Unexpected non
-space characters
in table context caused voodoo mode.
66 Line
: 1 Col
: 45 Unexpected start tag
(meta
) in table context caused voodoo mode.
82 <!doctype html
><html
> <head
>
91 <!doctype html
> <head
>
100 <!doctype html
><table
><style
> <tr
>x
</style
> </table
>
113 <!doctype html
><table
><TBODY
><script
> <tr
>x
</script
> </table
>
127 <!doctype html
><p
><object type
="application/x-non-existant-plugin"><p
>X
</p
></object
>
136 | type
="application/x-non-existant-plugin"
141 <!doctype html
><listing
>
153 <!doctype html
><select
><input
>X
155 Line
: 1 Col
: 30 Unexpected input start tag
in the select phase.
166 <!doctype html
><select
><select
>X
168 Line
: 1 Col
: 31 Unexpected select start tag
in the select phase treated as select
end tag.
178 <!doctype html
><table
><input type
=hidDEN
></table
>
180 Line
: 1 Col
: 41 Unexpected input with type hidden
in table context.
191 <!doctype html
><table
>X
<input type
=hidDEN
></table
>
193 Line
: 1 Col
: 23 Unexpected non
-space characters
in table context caused voodoo mode.
205 <!doctype html
><table
> <input type
=hidDEN
></table
>
207 Line
: 1 Col
: 43 Unexpected input with type hidden
in table context.
219 <!doctype html
><table
> <input type
='hidDEN'></table
>
221 Line
: 1 Col
: 45 Unexpected input with type hidden
in table context.
233 <!doctype html
><table
><input type
=" hidden"><input type
=hidDEN
></table
>
235 Line
: 1 Col
: 44 Unexpected start tag
(input
) in table context caused voodoo mode.
248 <!doctype html
><table
><select
>X
<tr
>
250 Line
: 1 Col
: 30 Unexpected start tag
(select
) in table context caused voodoo mode.
251 Line
: 1 Col
: 35 Unexpected table element start tag
(trs
) in the select
in table phase.
252 Line
: 1 Col
: 35 Unexpected
end of file. Expected table content.
265 <!doctype html
><select
>X
</select
>
276 <!DOCTYPE hTmL
><html
></html
>
278 Line
: 1 Col
: 28 Unexpected
end tag
(html
) after the
(implied
) root element.
286 <!DOCTYPE HTML
><html
></html
>
288 Line
: 1 Col
: 28 Unexpected
end tag
(html
) after the
(implied
) root element.
296 <body
>X
</body
></body
>
298 Line
: 1 Col
: 21 Unexpected
end tag token
(body
) in the after body phase.
299 Line
: 1 Col
: 21 Unexpected EOF
in inner html mode.
310 Line
: 1 Col
: 5 Unexpected start tag
(div). Expected DOCTYPE.
311 Line
: 1 Col
: 13 Unexpected
end tag
(x
). Ignored.
312 Line
: 1 Col
: 15 Expected closing tag. Unexpected
end of file.
322 <table
><tr
><td
><code
></code
> </table
>
324 Line
: 1 Col
: 7 Unexpected start tag
(table
). Expected DOCTYPE.
337 <table
><b
><tr
><td
>aaa
</td
></tr
>bbb
</table
>ccc
356 A
<table
><tr
> B
</tr
> B
</table
>
369 A
<table
><tr
> B
</tr
> </em
>C
</table
>