mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
25 lines
613 B
Plaintext
25 lines
613 B
Plaintext
|
|
x Start tag seen without seeing a doctype first, expected "<!DOCTYPE html>"
|
|
,-[$DIR/tests/recovery/element/table-6/input.html:1:1]
|
|
1 | <table><td><div
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Start tag "td" seen in "table" body
|
|
,-[$DIR/tests/recovery/element/table-6/input.html:1:1]
|
|
1 | <table><td><div
|
|
: ^^^^
|
|
`----
|
|
|
|
x Eof in tag
|
|
,-[$DIR/tests/recovery/element/table-6/input.html:1:1]
|
|
1 | <table><td><div
|
|
: ^
|
|
`----
|
|
|
|
x End of file seen and there were open elements
|
|
,-[$DIR/tests/recovery/element/table-6/input.html:1:1]
|
|
1 | <table><td><div
|
|
: ^
|
|
`----
|