ladybird/Tests/LibWeb/Text/expected/XHTML
Tim Ledbetter f607af9ff3 LibWeb: Use XML encoding rules for XML document loading
Previously, the XML document loading paths used the HTML encoding
sniffing algorithm to determine character encoding. After the chardetng
integration, this algorithm could return a non-UTF-8 encoding for XML
documents that did not specify a charset, causing non-ASCII UTF-8
content to be decoded incorrectly.

We now use BOM sniffing and default to UTF-8, per the XML specification.
2026-05-24 00:51:14 +02:00
..
CDATASection-PI-Comment-Nodes.txt Tests: Add XHTML tests for CDATA, PIs and Comment nodes in the DOM 2025-07-19 14:56:20 +02:00
non-ascii-utf8-encoding.txt LibWeb: Use XML encoding rules for XML document loading 2026-05-24 00:51:14 +02:00
parse-without-xmlns.txt LibWeb: Added tests for missing xmlns during XHMTL parsing 2024-10-13 00:24:25 +02:00
script-execution.txt LibWeb: Rebaseline XHTML test case 2024-11-01 14:02:14 -04:00
script-execution.xhtml.txt