Files
ladybird/Tests/LibWeb/Text/input/wpt-import/html/syntax/parsing
Feng Yu d2029b1814 LibWeb: Relax HTML parser to allow more tags inside <select>
This implements parsing part of customizable <select> spec update.
See whatwg/html PR #10548.

Two failing subtests in `html5lib_innerHTML_tests_innerHTML_1.html`
and `customizable-select/select-parsing.html` are due to the spec
still disallowing `<input>` inside `<select>`, even though Chrome
has already implemented this behavoir (see whatwg/html#11288).
2025-12-04 17:17:01 +00:00
..

Note: the html5lib_* files in this directory are autogenerated, as are
the tests under speculative-parsing/.

To update the generated tests, run
`wpt update-built --include html5lib speculative-parsing`.

The revision of html5lib-tests used to generate the tests is stored in
html/tools/html5lib_tests_revision