diff options
Diffstat (limited to 'testing/web-platform/meta/domparsing/DOMParser-parseFromString-xml.html.ini')
-rw-r--r-- | testing/web-platform/meta/domparsing/DOMParser-parseFromString-xml.html.ini | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/web-platform/meta/domparsing/DOMParser-parseFromString-xml.html.ini b/testing/web-platform/meta/domparsing/DOMParser-parseFromString-xml.html.ini deleted file mode 100644 index 47c0fc633..000000000 --- a/testing/web-platform/meta/domparsing/DOMParser-parseFromString-xml.html.ini +++ /dev/null @@ -1,26 +0,0 @@ -[DOMParser-parseFromString-xml.html] - type: testharness - [XMLDocument interface for correctly parsed document with type text/xml] - expected: FAIL - - [XMLDocument interface for incorrectly parsed document with type text/xml] - expected: FAIL - - [XMLDocument interface for correctly parsed document with type application/xml] - expected: FAIL - - [XMLDocument interface for incorrectly parsed document with type application/xml] - expected: FAIL - - [XMLDocument interface for correctly parsed document with type application/xhtml+xml] - expected: FAIL - - [XMLDocument interface for incorrectly parsed document with type application/xhtml+xml] - expected: FAIL - - [XMLDocument interface for correctly parsed document with type image/svg+xml] - expected: FAIL - - [XMLDocument interface for incorrectly parsed document with type image/svg+xml] - expected: FAIL - |