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. --- testing/web-platform/tests/html-imports/OWNERS | 1 - .../document/document-method-changes.html | 22 ------- .../html-imports/document/resources/body-only.html | 4 -- .../document/resources/test-in-import.html | 13 ---- .../fetching/already-in-import-map.html | 26 -------- .../html-imports/fetching/loading-attempt.html | 76 ---------------------- .../html-imports/fetching/resources/async.html | 2 - .../html-imports/fetching/resources/dynamic.html | 2 - .../html-imports/fetching/resources/hello.html | 2 - .../fetching/resources/parent-of-hello.html | 2 - .../html-link-element/import-attribute.html | 43 ------------ .../html-link-element/resources/body-only-0.html | 4 -- .../html-link-element/resources/body-only-1.html | 4 -- .../html-link-element/resources/body-only-2.html | 4 -- .../html-link-element/resources/hello.css | 3 - 15 files changed, 208 deletions(-) delete mode 100644 testing/web-platform/tests/html-imports/OWNERS delete mode 100644 testing/web-platform/tests/html-imports/document/document-method-changes.html delete mode 100644 testing/web-platform/tests/html-imports/document/resources/body-only.html delete mode 100644 testing/web-platform/tests/html-imports/document/resources/test-in-import.html delete mode 100644 testing/web-platform/tests/html-imports/fetching/already-in-import-map.html delete mode 100644 testing/web-platform/tests/html-imports/fetching/loading-attempt.html delete mode 100644 testing/web-platform/tests/html-imports/fetching/resources/async.html delete mode 100644 testing/web-platform/tests/html-imports/fetching/resources/dynamic.html delete mode 100644 testing/web-platform/tests/html-imports/fetching/resources/hello.html delete mode 100644 testing/web-platform/tests/html-imports/fetching/resources/parent-of-hello.html delete mode 100644 testing/web-platform/tests/html-imports/html-link-element/import-attribute.html delete mode 100644 testing/web-platform/tests/html-imports/html-link-element/resources/body-only-0.html delete mode 100644 testing/web-platform/tests/html-imports/html-link-element/resources/body-only-1.html delete mode 100644 testing/web-platform/tests/html-imports/html-link-element/resources/body-only-2.html delete mode 100644 testing/web-platform/tests/html-imports/html-link-element/resources/hello.css (limited to 'testing/web-platform/tests/html-imports') diff --git a/testing/web-platform/tests/html-imports/OWNERS b/testing/web-platform/tests/html-imports/OWNERS deleted file mode 100644 index edda46755..000000000 --- a/testing/web-platform/tests/html-imports/OWNERS +++ /dev/null @@ -1 +0,0 @@ -@omo diff --git a/testing/web-platform/tests/html-imports/document/document-method-changes.html b/testing/web-platform/tests/html-imports/document/document-method-changes.html deleted file mode 100644 index c71012ff5..000000000 --- a/testing/web-platform/tests/html-imports/document/document-method-changes.html +++ /dev/null @@ -1,22 +0,0 @@ - - - -The import attribute - - - - - - - - -
- - - diff --git a/testing/web-platform/tests/html-imports/document/resources/body-only.html b/testing/web-platform/tests/html-imports/document/resources/body-only.html deleted file mode 100644 index 0ed2a55bb..000000000 --- a/testing/web-platform/tests/html-imports/document/resources/body-only.html +++ /dev/null @@ -1,4 +0,0 @@ - - -Hello - diff --git a/testing/web-platform/tests/html-imports/document/resources/test-in-import.html b/testing/web-platform/tests/html-imports/document/resources/test-in-import.html deleted file mode 100644 index fc25e85a4..000000000 --- a/testing/web-platform/tests/html-imports/document/resources/test-in-import.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/testing/web-platform/tests/html-imports/fetching/already-in-import-map.html b/testing/web-platform/tests/html-imports/fetching/already-in-import-map.html deleted file mode 100644 index a5b006500..000000000 --- a/testing/web-platform/tests/html-imports/fetching/already-in-import-map.html +++ /dev/null @@ -1,26 +0,0 @@ - - - -Fetching import - - - - - - - - - - -
- - - diff --git a/testing/web-platform/tests/html-imports/fetching/loading-attempt.html b/testing/web-platform/tests/html-imports/fetching/loading-attempt.html deleted file mode 100644 index 7c1b442b1..000000000 --- a/testing/web-platform/tests/html-imports/fetching/loading-attempt.html +++ /dev/null @@ -1,76 +0,0 @@ - - - -Fetching import - - - - - - - - - - - - - -
- - diff --git a/testing/web-platform/tests/html-imports/fetching/resources/async.html b/testing/web-platform/tests/html-imports/fetching/resources/async.html deleted file mode 100644 index 18de08618..000000000 --- a/testing/web-platform/tests/html-imports/fetching/resources/async.html +++ /dev/null @@ -1,2 +0,0 @@ - -Async diff --git a/testing/web-platform/tests/html-imports/fetching/resources/dynamic.html b/testing/web-platform/tests/html-imports/fetching/resources/dynamic.html deleted file mode 100644 index bf17a13ba..000000000 --- a/testing/web-platform/tests/html-imports/fetching/resources/dynamic.html +++ /dev/null @@ -1,2 +0,0 @@ - -Dyamic diff --git a/testing/web-platform/tests/html-imports/fetching/resources/hello.html b/testing/web-platform/tests/html-imports/fetching/resources/hello.html deleted file mode 100644 index 949f6c66a..000000000 --- a/testing/web-platform/tests/html-imports/fetching/resources/hello.html +++ /dev/null @@ -1,2 +0,0 @@ - -Hello diff --git a/testing/web-platform/tests/html-imports/fetching/resources/parent-of-hello.html b/testing/web-platform/tests/html-imports/fetching/resources/parent-of-hello.html deleted file mode 100644 index 195e37add..000000000 --- a/testing/web-platform/tests/html-imports/fetching/resources/parent-of-hello.html +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/testing/web-platform/tests/html-imports/html-link-element/import-attribute.html b/testing/web-platform/tests/html-imports/html-link-element/import-attribute.html deleted file mode 100644 index 41b63751f..000000000 --- a/testing/web-platform/tests/html-imports/html-link-element/import-attribute.html +++ /dev/null @@ -1,43 +0,0 @@ - - - -The import attribute - - - - - - - - - - - -
- - - - diff --git a/testing/web-platform/tests/html-imports/html-link-element/resources/body-only-0.html b/testing/web-platform/tests/html-imports/html-link-element/resources/body-only-0.html deleted file mode 100644 index cac33c7a3..000000000 --- a/testing/web-platform/tests/html-imports/html-link-element/resources/body-only-0.html +++ /dev/null @@ -1,4 +0,0 @@ - - -Hello - diff --git a/testing/web-platform/tests/html-imports/html-link-element/resources/body-only-1.html b/testing/web-platform/tests/html-imports/html-link-element/resources/body-only-1.html deleted file mode 100644 index c0eedf4e4..000000000 --- a/testing/web-platform/tests/html-imports/html-link-element/resources/body-only-1.html +++ /dev/null @@ -1,4 +0,0 @@ - - -Hello - diff --git a/testing/web-platform/tests/html-imports/html-link-element/resources/body-only-2.html b/testing/web-platform/tests/html-imports/html-link-element/resources/body-only-2.html deleted file mode 100644 index 9a6a1e438..000000000 --- a/testing/web-platform/tests/html-imports/html-link-element/resources/body-only-2.html +++ /dev/null @@ -1,4 +0,0 @@ - - -Hello - diff --git a/testing/web-platform/tests/html-imports/html-link-element/resources/hello.css b/testing/web-platform/tests/html-imports/html-link-element/resources/hello.css deleted file mode 100644 index 9054080ff..000000000 --- a/testing/web-platform/tests/html-imports/html-link-element/resources/hello.css +++ /dev/null @@ -1,3 +0,0 @@ -h1 { - color: red; -} \ No newline at end of file -- cgit v1.2.3