← back to v144 · externally-loaded-entities-in-xml-parsing
conformance · v144
v144 · externally-loaded-entities-in-xml-parsing — conformance probe
4 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
4
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
dom-parser-still-exists |
DOMParser is still available for XML; only external entity loading is removed. spec ↗ | exists | … | |
external-entity-not-resolved |
An XML document referencing an external DTD does not synchronously fetch it. Parsing completes with the root element intact. spec ↗ | script | … | |
internal-entity-still-works |
Internally declared entities (inline in the DTD) continue to be resolved. spec ↗ | script | … | |
well-formed-xml-still-parses |
Plain well-formed XML without external references continues to parse without error. spec ↗ | script | … |