2022-05-21 22:34:02 +03:00
|
|
|
|
2022-09-08 04:36:02 +03:00
|
|
|
x Start tag seen without seeing a doctype first, expected "<!DOCTYPE html>"
|
2022-05-21 22:34:02 +03:00
|
|
|
,-[$DIR/tests/recovery/element/noscript-2/input.html:1:1]
|
|
|
|
1 | <head><noscript>ABC<!--foo--></noscript>
|
|
|
|
: ^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Non-space character inside "noscript" inside "head"
|
|
|
|
,-[$DIR/tests/recovery/element/noscript-2/input.html:1:1]
|
|
|
|
1 | <head><noscript>ABC<!--foo--></noscript>
|
|
|
|
: ^
|
|
|
|
`----
|
|
|
|
|
2022-05-23 07:04:20 +03:00
|
|
|
x Stray end tag "noscript"
|
2022-05-21 22:34:02 +03:00
|
|
|
,-[$DIR/tests/recovery/element/noscript-2/input.html:1:1]
|
|
|
|
1 | <head><noscript>ABC<!--foo--></noscript>
|
|
|
|
: ^^^^^^^^^^^
|
|
|
|
`----
|