servo/tests/wpt/meta/domparsing/DOMParser-parseFromString-xml.html.ini
Keith Yeung 123854faee
Support the parsing of image/svg+xml elements (#31318)
* Support the parsing of image/svg+xml elements

* Update WPT test expectations
2024-02-14 08:16:37 +00:00

12 lines
473 B
INI
Vendored

[DOMParser-parseFromString-xml.html]
[Should return an error document for XML wellformedness errors in type text/xml]
expected: FAIL
[Should return an error document for XML wellformedness errors in type application/xml]
expected: FAIL
[Should return an error document for XML wellformedness errors in type application/xhtml+xml]
expected: FAIL
[Should return an error document for XML wellformedness errors in type image/svg+xml]
expected: FAIL