← back to v147 · xml-parsing-in-rust-for-non-xslt-scenarios

conformance · v147

v147 · xml-parsing-in-rust-for-non-xslt-scenarios — conformance probe

9 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.

browser: spec: https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#domparser chromestatus: #5309598397497344 generated 2026-06-06T01:19:25Z by manual-codex-devtools-mcp
0
pass
0
fail
0
blocked
9
total
id contract kind verdict detail
dom-parser-exists DOMParser constructor exists globally. spec ↗ exists
xml-serializer-exists XMLSerializer constructor exists globally. spec ↗ exists
xhr-responsexml-document XMLHttpRequest with responseType set to document parses an XML response into responseXML. spec ↗ script
xml-parse-wellformed-xml DOMParser correctly parses a well-formed XML string with application/xml MIME type. spec ↗ script
xml-parse-wellformed-svg DOMParser correctly parses an SVG string with image/svg+xml MIME type. spec ↗ script
xml-parse-wellformed-xhtml DOMParser correctly parses a well-formed XHTML string with application/xhtml+xml MIME type. spec ↗ script
xml-parse-malformed-xml-error DOMParser returns a document containing a parsererror element when parsing malformed XML. spec ↗ script
xml-external-entity-not-expanded DOMParser does not load or expand an external entity reference while parsing XML from a string. spec ↗ script
xml-serializer-roundtrip XMLSerializer correctly serializes an XML Document back to a string. spec ↗ script