diff options
author | Moonchild <moonchild@palemoon.org> | 2021-02-04 19:41:06 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-02-04 19:41:06 +0000 |
commit | 914368530ba622ff0117cd34bec058fb0d862155 (patch) | |
tree | 6c29459914d1b01ed27fad039d0b982d1dbc32c3 /testing/web-platform/meta/domparsing | |
parent | c5ad76a2875ca5c06c5bbff7b2f2e3ff7b3599c3 (diff) | |
download | UXP-914368530ba622ff0117cd34bec058fb0d862155.tar UXP-914368530ba622ff0117cd34bec058fb0d862155.tar.gz UXP-914368530ba622ff0117cd34bec058fb0d862155.tar.lz UXP-914368530ba622ff0117cd34bec058fb0d862155.tar.xz UXP-914368530ba622ff0117cd34bec058fb0d862155.zip |
Issue #439 - Remove web-platform tests from the tree.
This removes a total of 23,936 files we would never use nor have the capacity
to properly maintain or keep up-to-date.
Diffstat (limited to 'testing/web-platform/meta/domparsing')
4 files changed, 0 insertions, 50 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 - diff --git a/testing/web-platform/meta/domparsing/innerhtml-01.xhtml.ini b/testing/web-platform/meta/domparsing/innerhtml-01.xhtml.ini deleted file mode 100644 index ea248239d..000000000 --- a/testing/web-platform/meta/domparsing/innerhtml-01.xhtml.ini +++ /dev/null @@ -1,8 +0,0 @@ -[innerhtml-01.xhtml] - type: testharness - [innerHTML in XHTML: getting while the document is in an invalid state] - expected: FAIL - - [innerHTML in XHTML: getting while the document is in an invalid state 1] - expected: FAIL - diff --git a/testing/web-platform/meta/domparsing/innerhtml-05.xhtml.ini b/testing/web-platform/meta/domparsing/innerhtml-05.xhtml.ini deleted file mode 100644 index 166b8e0aa..000000000 --- a/testing/web-platform/meta/domparsing/innerhtml-05.xhtml.ini +++ /dev/null @@ -1,5 +0,0 @@ -[innerhtml-05.xhtml] - type: testharness - [innerHTML in XHTML] - expected: FAIL - diff --git a/testing/web-platform/meta/domparsing/xml-serialization.xhtml.ini b/testing/web-platform/meta/domparsing/xml-serialization.xhtml.ini deleted file mode 100644 index 8d1a332b1..000000000 --- a/testing/web-platform/meta/domparsing/xml-serialization.xhtml.ini +++ /dev/null @@ -1,11 +0,0 @@ -[xml-serialization.xhtml] - type: testharness - [DocumentType: 'QUOTATION MARK' (U+0022)] - expected: FAIL - - [DocumentType: 'APOSTROPHE' (U+0027) and 'QUOTATION MARK' (U+0022)] - expected: FAIL - - [ProcessingInstruction: empty data] - expected: FAIL - |