← back to v151 · xml-parsing-in-rust-for-non-xslt-scenarios
conformance · v151
v151 · xml-parsing-in-rust-for-non-xslt-scenarios — conformance probe
3 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.
0
pass
0
fail
0
blocked
3
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
domparser-parses-wellformed-xml |
DOMParser parses a well-formed XML document into an XML DOM (the observable contract of the parser, now memory-safe in Rust). spec ↗ | script | … | |
domparser-reports-malformed-xml |
DOMParser surfaces a parsererror element for malformed (non-well-formed) XML. spec ↗ | script | … | |
domparser-preserves-namespaces |
Namespaced XML is parsed with namespace URIs intact. spec ↗ | script | … |