mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
19 lines
541 B
Plaintext
19 lines
541 B
Plaintext
|
|
||
|
x Start tag seen without seeing a doctype firs, expected "<!DOCTYPE html>"
|
||
|
,-[$DIR/tests/recovery/element/p-3/input.html:1:1]
|
||
|
1 | <p id=a><b><p id=b></b>TEST
|
||
|
: ^^^^^^^^
|
||
|
`----
|
||
|
|
||
|
x End tag "p" implied, but there were open elements
|
||
|
,-[$DIR/tests/recovery/element/p-3/input.html:1:1]
|
||
|
1 | <p id=a><b><p id=b></b>TEST
|
||
|
: ^^^^^^^^
|
||
|
`----
|
||
|
|
||
|
x No "b" element in scope but a "b" end tag seen
|
||
|
,-[$DIR/tests/recovery/element/p-3/input.html:1:1]
|
||
|
1 | <p id=a><b><p id=b></b>TEST
|
||
|
: ^^^^
|
||
|
`----
|