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. --- .../domparsing/DOMParser-parseFromString-html.html | 74 ------------ .../DOMParser-parseFromString-xml-doctype.html | 27 ----- .../domparsing/DOMParser-parseFromString-xml.html | 54 --------- testing/web-platform/tests/domparsing/OWNERS | 4 - .../XMLSerializer-serializeToString.html | 26 ---- .../tests/domparsing/createContextualFragment.html | 131 --------------------- .../tests/domparsing/innerhtml-01.xhtml | 28 ----- .../tests/domparsing/innerhtml-03.xhtml | 59 ---------- .../tests/domparsing/innerhtml-04.html | 24 ---- .../tests/domparsing/innerhtml-05.xhtml | 26 ---- .../tests/domparsing/innerhtml-06.html | 19 --- .../tests/domparsing/innerhtml-07.html | 49 -------- .../tests/domparsing/insert-adjacent.html | 38 ------ .../domparsing/insert_adjacent_html-xhtml.xhtml | 91 -------------- .../tests/domparsing/insert_adjacent_html.html | 94 --------------- .../tests/domparsing/insert_adjacent_html.js | 33 ------ .../tests/domparsing/outerhtml-01.html | 15 --- .../tests/domparsing/outerhtml-02.html | 54 --------- .../tests/domparsing/style_attribute_html.html | 52 -------- .../tests/domparsing/xml-serialization.xhtml | 91 -------------- 20 files changed, 989 deletions(-) delete mode 100644 testing/web-platform/tests/domparsing/DOMParser-parseFromString-html.html delete mode 100644 testing/web-platform/tests/domparsing/DOMParser-parseFromString-xml-doctype.html delete mode 100644 testing/web-platform/tests/domparsing/DOMParser-parseFromString-xml.html delete mode 100644 testing/web-platform/tests/domparsing/OWNERS delete mode 100644 testing/web-platform/tests/domparsing/XMLSerializer-serializeToString.html delete mode 100644 testing/web-platform/tests/domparsing/createContextualFragment.html delete mode 100644 testing/web-platform/tests/domparsing/innerhtml-01.xhtml delete mode 100644 testing/web-platform/tests/domparsing/innerhtml-03.xhtml delete mode 100644 testing/web-platform/tests/domparsing/innerhtml-04.html delete mode 100644 testing/web-platform/tests/domparsing/innerhtml-05.xhtml delete mode 100644 testing/web-platform/tests/domparsing/innerhtml-06.html delete mode 100644 testing/web-platform/tests/domparsing/innerhtml-07.html delete mode 100644 testing/web-platform/tests/domparsing/insert-adjacent.html delete mode 100644 testing/web-platform/tests/domparsing/insert_adjacent_html-xhtml.xhtml delete mode 100644 testing/web-platform/tests/domparsing/insert_adjacent_html.html delete mode 100644 testing/web-platform/tests/domparsing/insert_adjacent_html.js delete mode 100644 testing/web-platform/tests/domparsing/outerhtml-01.html delete mode 100644 testing/web-platform/tests/domparsing/outerhtml-02.html delete mode 100644 testing/web-platform/tests/domparsing/style_attribute_html.html delete mode 100644 testing/web-platform/tests/domparsing/xml-serialization.xhtml (limited to 'testing/web-platform/tests/domparsing') diff --git a/testing/web-platform/tests/domparsing/DOMParser-parseFromString-html.html b/testing/web-platform/tests/domparsing/DOMParser-parseFromString-html.html deleted file mode 100644 index ec424423a..000000000 --- a/testing/web-platform/tests/domparsing/DOMParser-parseFromString-html.html +++ /dev/null @@ -1,74 +0,0 @@ - -DOMParser basic test of HTML parsing - - - diff --git a/testing/web-platform/tests/domparsing/DOMParser-parseFromString-xml-doctype.html b/testing/web-platform/tests/domparsing/DOMParser-parseFromString-xml-doctype.html deleted file mode 100644 index cd655acf9..000000000 --- a/testing/web-platform/tests/domparsing/DOMParser-parseFromString-xml-doctype.html +++ /dev/null @@ -1,27 +0,0 @@ - - -HTML entities for various XHTML Doctype variants - - - -
- diff --git a/testing/web-platform/tests/domparsing/DOMParser-parseFromString-xml.html b/testing/web-platform/tests/domparsing/DOMParser-parseFromString-xml.html deleted file mode 100644 index c639c239d..000000000 --- a/testing/web-platform/tests/domparsing/DOMParser-parseFromString-xml.html +++ /dev/null @@ -1,54 +0,0 @@ - -DOMParser - - - -
- diff --git a/testing/web-platform/tests/domparsing/OWNERS b/testing/web-platform/tests/domparsing/OWNERS deleted file mode 100644 index 8aeebafa5..000000000 --- a/testing/web-platform/tests/domparsing/OWNERS +++ /dev/null @@ -1,4 +0,0 @@ -@sideshowbarker -@ChrisParis -@deniak -@jdm diff --git a/testing/web-platform/tests/domparsing/XMLSerializer-serializeToString.html b/testing/web-platform/tests/domparsing/XMLSerializer-serializeToString.html deleted file mode 100644 index 60932ee37..000000000 --- a/testing/web-platform/tests/domparsing/XMLSerializer-serializeToString.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - domparsing Test: XMLSerializer.serializeToString - - - - -

domparsing_XMLSerializer_serializeToString

- - - diff --git a/testing/web-platform/tests/domparsing/createContextualFragment.html b/testing/web-platform/tests/domparsing/createContextualFragment.html deleted file mode 100644 index ce7d81358..000000000 --- a/testing/web-platform/tests/domparsing/createContextualFragment.html +++ /dev/null @@ -1,131 +0,0 @@ - -createContextualFragment() tests -
- - - diff --git a/testing/web-platform/tests/domparsing/innerhtml-01.xhtml b/testing/web-platform/tests/domparsing/innerhtml-01.xhtml deleted file mode 100644 index 432cfbf41..000000000 --- a/testing/web-platform/tests/domparsing/innerhtml-01.xhtml +++ /dev/null @@ -1,28 +0,0 @@ - - -innerHTML in XHTML: getting while the document is in an invalid state - - - - - - - - -
- - - diff --git a/testing/web-platform/tests/domparsing/innerhtml-03.xhtml b/testing/web-platform/tests/domparsing/innerhtml-03.xhtml deleted file mode 100644 index 313531e49..000000000 --- a/testing/web-platform/tests/domparsing/innerhtml-03.xhtml +++ /dev/null @@ -1,59 +0,0 @@ - - - -innerHTML in XHTML - - - - - - - -
- - - diff --git a/testing/web-platform/tests/domparsing/innerhtml-04.html b/testing/web-platform/tests/domparsing/innerhtml-04.html deleted file mode 100644 index 32c921d23..000000000 --- a/testing/web-platform/tests/domparsing/innerhtml-04.html +++ /dev/null @@ -1,24 +0,0 @@ - -innerHTML in HTML - - - - -
- diff --git a/testing/web-platform/tests/domparsing/innerhtml-05.xhtml b/testing/web-platform/tests/domparsing/innerhtml-05.xhtml deleted file mode 100644 index da2d85159..000000000 --- a/testing/web-platform/tests/domparsing/innerhtml-05.xhtml +++ /dev/null @@ -1,26 +0,0 @@ - - -innerHTML in XHTML - - - - - - - - -
- - - - diff --git a/testing/web-platform/tests/domparsing/innerhtml-06.html b/testing/web-platform/tests/domparsing/innerhtml-06.html deleted file mode 100644 index 81e9c57b5..000000000 --- a/testing/web-platform/tests/domparsing/innerhtml-06.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -math in html: innerHTML - - - - -

math in html: innerHTML

-
-
-
x
-
- diff --git a/testing/web-platform/tests/domparsing/innerhtml-07.html b/testing/web-platform/tests/domparsing/innerhtml-07.html deleted file mode 100644 index 9e313a2cb..000000000 --- a/testing/web-platform/tests/domparsing/innerhtml-07.html +++ /dev/null @@ -1,49 +0,0 @@ - -innerHTML and string conversion - - - - -
- diff --git a/testing/web-platform/tests/domparsing/insert-adjacent.html b/testing/web-platform/tests/domparsing/insert-adjacent.html deleted file mode 100644 index f43ec406e..000000000 --- a/testing/web-platform/tests/domparsing/insert-adjacent.html +++ /dev/null @@ -1,38 +0,0 @@ - -insertAdjacentHTML - - - - -
-
- - diff --git a/testing/web-platform/tests/domparsing/insert_adjacent_html-xhtml.xhtml b/testing/web-platform/tests/domparsing/insert_adjacent_html-xhtml.xhtml deleted file mode 100644 index eadf10e2c..000000000 --- a/testing/web-platform/tests/domparsing/insert_adjacent_html-xhtml.xhtml +++ /dev/null @@ -1,91 +0,0 @@ - - - insertAdjacentHTML in HTML - - - - - -

- -
- - diff --git a/testing/web-platform/tests/domparsing/insert_adjacent_html.html b/testing/web-platform/tests/domparsing/insert_adjacent_html.html deleted file mode 100644 index dfe624f03..000000000 --- a/testing/web-platform/tests/domparsing/insert_adjacent_html.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - insertAdjacentHTML in HTML - - - - - -

- -
- - diff --git a/testing/web-platform/tests/domparsing/insert_adjacent_html.js b/testing/web-platform/tests/domparsing/insert_adjacent_html.js deleted file mode 100644 index 2451228d1..000000000 --- a/testing/web-platform/tests/domparsing/insert_adjacent_html.js +++ /dev/null @@ -1,33 +0,0 @@ -function testThrowingNoParent(element, desc) { - test(function() { - assert_throws("NO_MODIFICATION_ALLOWED_ERR", - function() { element.insertAdjacentHTML("afterend", "") } - ); - assert_throws("NO_MODIFICATION_ALLOWED_ERR", - function() { element.insertAdjacentHTML("beforebegin", "") } - ); - assert_throws("NO_MODIFICATION_ALLOWED_ERR", - function() { element.insertAdjacentHTML("afterend", "foo") } - ); - assert_throws("NO_MODIFICATION_ALLOWED_ERR", - function() { element.insertAdjacentHTML("beforebegin", "foo") } - ); - }, "When the parent node is " + desc + ", insertAdjacentHTML should throw for beforebegin and afterend (text)"); - test(function() { - assert_throws("NO_MODIFICATION_ALLOWED_ERR", - function() { element.insertAdjacentHTML("afterend", "") } - ); - assert_throws("NO_MODIFICATION_ALLOWED_ERR", - function() { element.insertAdjacentHTML("beforebegin", "") } - ); - }, "When the parent node is " + desc + ", insertAdjacentHTML should throw for beforebegin and afterend (comments)"); - test(function() { - assert_throws("NO_MODIFICATION_ALLOWED_ERR", - function() { element.insertAdjacentHTML("afterend", "
") } - ); - assert_throws("NO_MODIFICATION_ALLOWED_ERR", - function() { element.insertAdjacentHTML("beforebegin", "
") } - ); - }, "When the parent node is " + desc + ", insertAdjacentHTML should throw for beforebegin and afterend (elements)"); -} - diff --git a/testing/web-platform/tests/domparsing/outerhtml-01.html b/testing/web-platform/tests/domparsing/outerhtml-01.html deleted file mode 100644 index 2e8072e49..000000000 --- a/testing/web-platform/tests/domparsing/outerhtml-01.html +++ /dev/null @@ -1,15 +0,0 @@ - -outerHTML: child of #document - - - - -
- - diff --git a/testing/web-platform/tests/domparsing/outerhtml-02.html b/testing/web-platform/tests/domparsing/outerhtml-02.html deleted file mode 100644 index 7b69fbf67..000000000 --- a/testing/web-platform/tests/domparsing/outerhtml-02.html +++ /dev/null @@ -1,54 +0,0 @@ - -outerHTML and string conversion - - - - -
- diff --git a/testing/web-platform/tests/domparsing/style_attribute_html.html b/testing/web-platform/tests/domparsing/style_attribute_html.html deleted file mode 100644 index f7f057d2d..000000000 --- a/testing/web-platform/tests/domparsing/style_attribute_html.html +++ /dev/null @@ -1,52 +0,0 @@ - - -Style attribute in HTML - - - diff --git a/testing/web-platform/tests/domparsing/xml-serialization.xhtml b/testing/web-platform/tests/domparsing/xml-serialization.xhtml deleted file mode 100644 index 678523d1e..000000000 --- a/testing/web-platform/tests/domparsing/xml-serialization.xhtml +++ /dev/null @@ -1,91 +0,0 @@ - - - XML serialization - - - - -
- - - -- cgit v1.2.3