ladybird/Tests/LibWeb/Tokenizer/input
Andreas Kling 54a172f3b5 LibWeb: Add HTML tokenizer dump tests
Add a dump-html-tokens utility that prints HTML tokenizer output in a
stable text format, along with focused tokenizer input and expectation
files.

Include silent and repeated-iteration modes so the utility can also be
used for local tokenizer throughput checks without changing the dumped
token format.
2026-05-15 21:01:40 +02:00
..
attributes.html LibWeb: Add HTML tokenizer dump tests 2026-05-15 21:01:40 +02:00
basic-tags.html LibWeb: Add HTML tokenizer dump tests 2026-05-15 21:01:40 +02:00
cdata.html LibWeb: Add HTML tokenizer dump tests 2026-05-15 21:01:40 +02:00
character-references.html LibWeb: Add HTML tokenizer dump tests 2026-05-15 21:01:40 +02:00
comments.html LibWeb: Add HTML tokenizer dump tests 2026-05-15 21:01:40 +02:00
doctype.html LibWeb: Add HTML tokenizer dump tests 2026-05-15 21:01:40 +02:00
nested-tags.html LibWeb: Add HTML tokenizer dump tests 2026-05-15 21:01:40 +02:00
numeric-char-refs.html LibWeb: Add HTML tokenizer dump tests 2026-05-15 21:01:40 +02:00
self-closing.html LibWeb: Add HTML tokenizer dump tests 2026-05-15 21:01:40 +02:00
text-content.html LibWeb: Add HTML tokenizer dump tests 2026-05-15 21:01:40 +02:00