mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +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
|
@ -1,30 +0,0 @@
|
|||
[DOMParser-parseFromString-url-base-pushstate.html]
|
||||
[image/svg+xml valid: created normally]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml valid: created using another iframe's DOMParser from this frame]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml valid: created using another iframe's DOMParser from that frame]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml valid: created using a parser from this frame and the method from the iframe]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml valid: created using a parser from the iframe and the method from this frame]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml invalid XML: created normally]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml invalid XML: created using another iframe's DOMParser from this frame]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml invalid XML: created using another iframe's DOMParser from that frame]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml invalid XML: created using a parser from this frame and the method from the iframe]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml invalid XML: created using a parser from the iframe and the method from this frame]
|
||||
expected: FAIL
|
|
@ -1,30 +0,0 @@
|
|||
[DOMParser-parseFromString-url-base.html]
|
||||
[image/svg+xml valid: created normally]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml valid: created using another iframe's DOMParser from this frame]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml valid: created using another iframe's DOMParser from that frame]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml valid: created using a parser from this frame and the method from the iframe]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml valid: created using a parser from the iframe and the method from this frame]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml invalid XML: created normally]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml invalid XML: created using another iframe's DOMParser from this frame]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml invalid XML: created using another iframe's DOMParser from that frame]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml invalid XML: created using a parser from this frame and the method from the iframe]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml invalid XML: created using a parser from the iframe and the method from this frame]
|
||||
expected: FAIL
|
|
@ -1,18 +0,0 @@
|
|||
[DOMParser-parseFromString-url-moretests.html]
|
||||
[Parent window (image/svg+xml)]
|
||||
expected: FAIL
|
||||
|
||||
[Child window (image/svg+xml)]
|
||||
expected: FAIL
|
||||
|
||||
[Parent window with child method (image/svg+xml)]
|
||||
expected: FAIL
|
||||
|
||||
[Child window with parent method (image/svg+xml)]
|
||||
expected: FAIL
|
||||
|
||||
[Child window crossing navigation (image/svg+xml)]
|
||||
expected: FAIL
|
||||
|
||||
[Child window after navigation (image/svg+xml)]
|
||||
expected: FAIL
|
|
@ -1,30 +0,0 @@
|
|||
[DOMParser-parseFromString-url-pushstate.html]
|
||||
[image/svg+xml valid: created normally]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml valid: created using another iframe's DOMParser from this frame]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml valid: created using another iframe's DOMParser from that frame]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml valid: created using a parser from this frame and the method from the iframe]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml valid: created using a parser from the iframe and the method from this frame]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml invalid XML: created normally]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml invalid XML: created using another iframe's DOMParser from this frame]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml invalid XML: created using another iframe's DOMParser from that frame]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml invalid XML: created using a parser from this frame and the method from the iframe]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml invalid XML: created using a parser from the iframe and the method from this frame]
|
||||
expected: FAIL
|
|
@ -1,30 +0,0 @@
|
|||
[DOMParser-parseFromString-url.html]
|
||||
[image/svg+xml valid: created normally]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml valid: created using another iframe's DOMParser from this frame]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml valid: created using another iframe's DOMParser from that frame]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml valid: created using a parser from this frame and the method from the iframe]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml valid: created using a parser from the iframe and the method from this frame]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml invalid XML: created normally]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml invalid XML: created using another iframe's DOMParser from this frame]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml invalid XML: created using another iframe's DOMParser from that frame]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml invalid XML: created using a parser from this frame and the method from the iframe]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml invalid XML: created using a parser from the iframe and the method from this frame]
|
||||
expected: FAIL
|
|
@ -49,6 +49,3 @@
|
|||
|
||||
[DOMParser: <parsererror> element added on error, <span xmlns:p1 xmlns:p2="urn:x-test:test"/>17]
|
||||
expected: FAIL
|
||||
|
||||
[image/svg+xml is preserved in the error document]
|
||||
expected: FAIL
|
||||
|
|
|
@ -8,17 +8,5 @@
|
|||
[Should return an error document for XML wellformedness errors in type application/xhtml+xml]
|
||||
expected: FAIL
|
||||
|
||||
[Should parse correctly in type image/svg+xml]
|
||||
expected: FAIL
|
||||
|
||||
[XMLDocument interface for correctly parsed document with type image/svg+xml]
|
||||
expected: FAIL
|
||||
|
||||
[Should return an error document for XML wellformedness errors in type image/svg+xml]
|
||||
expected: FAIL
|
||||
|
||||
[XMLDocument interface for incorrectly parsed document with type image/svg+xml]
|
||||
expected: FAIL
|
||||
|
||||
[scripting must be disabled with type image/svg+xml]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue