Support the parsing of image/svg+xml elements (#31318)

* Support the parsing of image/svg+xml elements

* Update WPT test expectations
This commit is contained in:
Keith Yeung
2024-02-14 16:16:37 +08:00
committed by GitHub
parent d00312eb08
commit 123854faee
17 changed files with 4 additions and 320 deletions

View File

@@ -10,8 +10,8 @@ enum SupportedType {
"text/html",
"text/xml",
"application/xml",
"application/xhtml+xml"/*,
"image/svg+xml"*/
"application/xhtml+xml",
"image/svg+xml"
};
[Exposed=Window]