mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
19 lines
675 B
Plaintext
19 lines
675 B
Plaintext
|
|
x Start tag seen without seeing a doctype firs, expected "<!DOCTYPE html>"
|
|
,-[$DIR/tests/recovery/element/font/input.html:1:1]
|
|
1 | <p><font size=4><font color=red><font color=red><p>X
|
|
: ^^^
|
|
`----
|
|
|
|
x End tag "p" implied, but there were open elements
|
|
,-[$DIR/tests/recovery/element/font/input.html:1:1]
|
|
1 | <p><font size=4><font color=red><font color=red><p>X
|
|
: ^^^
|
|
`----
|
|
|
|
x End of file seen and there were open elements
|
|
,-[$DIR/tests/recovery/element/font/input.html:1:1]
|
|
1 | <p><font size=4><font color=red><font color=red><p>X
|
|
: ^
|
|
`----
|