mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Added support for additional xml types to DOMParser::parseFromString
This commit is contained in:
parent
0594d58bc8
commit
9f2bd6779a
3 changed files with 7 additions and 22 deletions
|
@ -3,30 +3,12 @@
|
|||
[Should return an error document for XML wellformedness errors in type text/xml]
|
||||
expected: FAIL
|
||||
|
||||
[Should parse correctly in type application/xml]
|
||||
expected: FAIL
|
||||
|
||||
[XMLDocument interface for correctly parsed document with type application/xml]
|
||||
expected: FAIL
|
||||
|
||||
[Should return an error document for XML wellformedness errors in type application/xml]
|
||||
expected: FAIL
|
||||
|
||||
[XMLDocument interface for incorrectly parsed document with type application/xml]
|
||||
expected: FAIL
|
||||
|
||||
[Should parse correctly in type application/xhtml+xml]
|
||||
expected: FAIL
|
||||
|
||||
[XMLDocument interface for correctly parsed document with type application/xhtml+xml]
|
||||
expected: FAIL
|
||||
|
||||
[Should return an error document for XML wellformedness errors in type application/xhtml+xml]
|
||||
expected: FAIL
|
||||
|
||||
[XMLDocument interface for incorrectly parsed document with type application/xhtml+xml]
|
||||
expected: FAIL
|
||||
|
||||
[Should parse correctly in type image/svg+xml]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue