From 914368530ba622ff0117cd34bec058fb0d862155 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 4 Feb 2021 19:41:06 +0000 Subject: 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. --- .../DOMParser-parseFromString-xml.html.ini | 26 ---------------------- .../meta/domparsing/innerhtml-01.xhtml.ini | 8 ------- .../meta/domparsing/innerhtml-05.xhtml.ini | 5 ----- .../meta/domparsing/xml-serialization.xhtml.ini | 11 --------- 4 files changed, 50 deletions(-) delete mode 100644 testing/web-platform/meta/domparsing/DOMParser-parseFromString-xml.html.ini delete mode 100644 testing/web-platform/meta/domparsing/innerhtml-01.xhtml.ini delete mode 100644 testing/web-platform/meta/domparsing/innerhtml-05.xhtml.ini delete mode 100644 testing/web-platform/meta/domparsing/xml-serialization.xhtml.ini (limited to 'testing/web-platform/meta/domparsing') 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 - -- cgit v1.2.3