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. --- .../the-script-element/create-module-script.html | 25 --------- .../the-script-element/support/module.js | 2 - .../tests/html/syntax/parsing/math-parse01.html | 62 ---------------------- testing/web-platform/mozilla/tests/placeholder | 6 --- 4 files changed, 95 deletions(-) delete mode 100644 testing/web-platform/mozilla/tests/html/semantics/scripting-1/the-script-element/create-module-script.html delete mode 100644 testing/web-platform/mozilla/tests/html/semantics/scripting-1/the-script-element/support/module.js delete mode 100644 testing/web-platform/mozilla/tests/html/syntax/parsing/math-parse01.html delete mode 100644 testing/web-platform/mozilla/tests/placeholder (limited to 'testing/web-platform/mozilla/tests') diff --git a/testing/web-platform/mozilla/tests/html/semantics/scripting-1/the-script-element/create-module-script.html b/testing/web-platform/mozilla/tests/html/semantics/scripting-1/the-script-element/create-module-script.html deleted file mode 100644 index 44337a021..000000000 --- a/testing/web-platform/mozilla/tests/html/semantics/scripting-1/the-script-element/create-module-script.html +++ /dev/null @@ -1,25 +0,0 @@ - - -Insert non-async module script - - - - diff --git a/testing/web-platform/mozilla/tests/html/semantics/scripting-1/the-script-element/support/module.js b/testing/web-platform/mozilla/tests/html/semantics/scripting-1/the-script-element/support/module.js deleted file mode 100644 index e4d6289d5..000000000 --- a/testing/web-platform/mozilla/tests/html/semantics/scripting-1/the-script-element/support/module.js +++ /dev/null @@ -1,2 +0,0 @@ -export default 42; -moduleRan = true; diff --git a/testing/web-platform/mozilla/tests/html/syntax/parsing/math-parse01.html b/testing/web-platform/mozilla/tests/html/syntax/parsing/math-parse01.html deleted file mode 100644 index 3aff716d9..000000000 --- a/testing/web-platform/mozilla/tests/html/syntax/parsing/math-parse01.html +++ /dev/null @@ -1,62 +0,0 @@ - - - -math in html: parsing - - - - -

math in html: parsing

- -
- -
-
-
-
1a
-
⟨⟩
-
𝕂
-
a
-
a
-
- - - diff --git a/testing/web-platform/mozilla/tests/placeholder b/testing/web-platform/mozilla/tests/placeholder deleted file mode 100644 index 92dd3d515..000000000 --- a/testing/web-platform/mozilla/tests/placeholder +++ /dev/null @@ -1,6 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -This is a placeholder file to ensure that this directory remains -in source control and test packages even when it is otherwise empty. \ No newline at end of file -- cgit v1.2.3