2 <head
></head
><style
></style
>
4 Line
: 1 Col
: 6 Unexpected start tag
(head
). Expected DOCTYPE.
5 Line
: 1 Col
: 20 Unexpected start tag
(style
) that can be
in head. Moved.
13 <head
></head
><script
></script
>
15 Line
: 1 Col
: 6 Unexpected start tag
(head
). Expected DOCTYPE.
16 Line
: 1 Col
: 21 Unexpected start tag
(script
) that can be
in head. Moved.
24 <head
></head
><!-- --><style
></style
><!-- --><script
></script
>
26 Line
: 1 Col
: 6 Unexpected start tag
(head
). Expected DOCTYPE.
27 Line
: 1 Col
: 28 Unexpected start tag
(style
) that can be
in head. Moved.
38 <head
></head
><!-- -->x
<style
></style
><!-- --><script
></script
>
40 Line
: 1 Col
: 6 Unexpected start tag
(head
). Expected DOCTYPE.
52 <!DOCTYPE html
><html
><head
></head
><body
><pre
>
63 <!DOCTYPE html
><html
><head
></head
><body
><pre
>
64 foo
</pre
></body
></html
>
75 <!DOCTYPE html
><html
><head
></head
><body
><pre
>
77 foo
</pre
></body
></html
>
89 <!DOCTYPE html
><html
><head
></head
><body
><pre
>
103 <!DOCTYPE html
><html
><head
></head
><body
><pre
>x
</pre
><span
>
104 </span
></body
></html
>
118 <!DOCTYPE html
><html
><head
></head
><body
><pre
>x
119 y
</pre
></body
></html
>
131 <!DOCTYPE html
><html
><head
></head
><body
><pre
>x
<div>
132 y
</pre
></body
></html
>
134 Line
: 2 Col
: 7 End tag
(pre
) seen too early. Expected other
end tag.
147 <!DOCTYPE html
><pre
>

A</pre>
159 <!DOCTYPE html
><HTML
><META
><HEAD
></HEAD
></HTML
>
161 Line
: 1 Col
: 33 Unexpected start tag head
in existing head. Ignored.
170 <!DOCTYPE html
><HTML
><HEAD
><head
></HEAD
></HTML
>
172 Line
: 1 Col
: 33 Unexpected start tag head
in existing head. Ignored.
180 <textarea
>foo
<span
>bar
</span
><i
>baz
182 Line
: 1 Col
: 10 Unexpected start tag
(textarea
). Expected DOCTYPE.
183 Line
: 1 Col
: 35 Expected closing tag. Unexpected
end of file.
189 |
"foo<span>bar</span><i>baz"
192 <title
>foo
<span
>bar
</em
><i
>baz
194 Line
: 1 Col
: 7 Unexpected start tag
(title
). Expected DOCTYPE.
195 Line
: 1 Col
: 30 Unexpected
end of file. Expected
end tag
(title
).
200 |
"foo<span>bar</em><i>baz"
204 <!DOCTYPE html
><textarea
>
215 <!DOCTYPE html
><textarea
>
227 <!DOCTYPE html
><textarea
>
241 <!DOCTYPE html
><html
><head
></head
><body
><ul
><li
><div><p
><li
></ul
></body
></html
>
243 Line
: 1 Col
: 60 Missing
end tag
(div, li
).
256 <!doctype html
><nobr
><nobr
><nobr
>
258 Line
: 1 Col
: 27 Unexpected start tag
(nobr
) implies
end tag
(nobr
).
259 Line
: 1 Col
: 33 Unexpected start tag
(nobr
) implies
end tag
(nobr
).
260 Line
: 1 Col
: 33 Expected closing tag. Unexpected
end of file.
271 <!doctype html
><nobr
><nobr
></nobr
><nobr
>
273 Line
: 1 Col
: 27 Unexpected start tag
(nobr
) implies
end tag
(nobr
).
274 Line
: 1 Col
: 40 Expected closing tag. Unexpected
end of file.
285 <!doctype html
><html
><body
><p
><table
></table
></body
></html
>