ladybird/Libraries/LibWeb/XML
mikiubo ff78746be1 LibWeb: Set readyState to complete for DOMParser documents
Documents created via DOMParser.parseFromString()
are parsed synchronously and do not participate in the
browsing context's loading pipeline.

This patch ensures that if the document has no browsing context
(i.e. was parsed via DOMParser),
its readiness is set to "complete" synchronously.

Fixes WPT:
domparsing/xmldomparser.html
2025-06-25 20:49:03 +12:00
..
XMLDocumentBuilder.cpp LibWeb: Set readyState to complete for DOMParser documents 2025-06-25 20:49:03 +12:00
XMLDocumentBuilder.h LibWeb/XML: Make namespace getter reject invalid qualified names 2025-04-15 09:39:19 +01:00