mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 21:54:36 +03:00
25 lines
662 B
Plaintext
25 lines
662 B
Plaintext
|
|
x Start tag seen without seeing a doctype firs, expected "<!DOCTYPE html>"
|
|
,-[$DIR/tests/recovery/element/select/input.html:1:1]
|
|
1 | <select><div>foo</div>bar</select>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Stray start tag "div"
|
|
,-[$DIR/tests/recovery/element/select/input.html:1:1]
|
|
1 | <select><div>foo</div>bar</select>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Stray end tag "div"
|
|
,-[$DIR/tests/recovery/element/select/input.html:1:1]
|
|
1 | <select><div>foo</div>bar</select>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x "keygen" start tag with "select" open
|
|
,-[$DIR/tests/recovery/element/select/input.html:2:1]
|
|
2 | <select><keygen>
|
|
: ^^^^^^^^
|
|
`----
|