mirror of
https://github.com/servo/servo.git
synced 2025-08-16 19:05:33 +01:00
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:
parent
d00312eb08
commit
123854faee
17 changed files with 4 additions and 320 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue