ladybird/Tests/LibWeb/Text/expected/wpt-import/encoding
Shannon Booth ef6753a9f9 LibWeb+LibTextCodec: Wire decoder options through TextDecoder
Add explicit IgnoreBOM and ErrorMode options to LibTextCodec decoders,
and thread them through TextDecoder and TextDecoderStream.

This lets Web-facing decoder APIs preserve BOMs when requested and use
fatal error handling without post-processing decoded output.

NB: RemoveBOM was renamed to IgnoreBOM as "RemoveBOM" is the name
used by encoding_rs and was previously an implementation detail.
The new name matches what is used by the encoding standard as it
is now also used in LibWeb.
2026-06-23 07:25:11 +02:00
..
legacy-mb-japanese/iso-2022-jp LibTextCodec: Fix ISO-2022-JP encoder escape seq on unencodable error 2026-05-07 17:46:31 +02:00
legacy-mb-schinese LibTextCodec: Update GB18030 for GB18030-2022 and import WPT tests 2026-05-09 11:44:42 +02:00
streams LibWeb+LibTextCodec: Wire decoder options through TextDecoder 2026-06-23 07:25:11 +02:00
encodeInto.any.txt LibWeb/Bindings: Pass exact typed array types through WebIDL bindings 2026-04-26 17:50:58 +02:00
iso-2022-jp-encoder.txt LibURL: Use encoding_rs for form URL encoding 2026-06-20 21:56:43 +02:00
textdecoder-eof.any.txt LibTextCodec: Use encoding_rs for legacy codecs 2026-06-20 21:56:43 +02:00
textdecoder-fatal-streaming.any.txt Tests/LibWeb: Add some encoding options related WPT tests 2026-06-23 07:25:11 +02:00
textdecoder-ignorebom.any.txt LibWeb+LibTextCodec: Wire decoder options through TextDecoder 2026-06-23 07:25:11 +02:00
textdecoder-mistakes.any.txt LibWeb+LibTextCodec: Wire decoder options through TextDecoder 2026-06-23 07:25:11 +02:00
textdecoder-utf16-surrogates.any.txt LibTextCodec: Replace unmatched utf16 surrogates 2025-07-05 09:58:57 -04:00