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/dom/nodes/creators.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 testing/web-platform/tests/dom/nodes/creators.js (limited to 'testing/web-platform/tests/dom/nodes/creators.js') diff --git a/testing/web-platform/tests/dom/nodes/creators.js b/testing/web-platform/tests/dom/nodes/creators.js deleted file mode 100644 index 8b7415d13..000000000 --- a/testing/web-platform/tests/dom/nodes/creators.js +++ /dev/null @@ -1,5 +0,0 @@ -var creators = { - "element": "createElement", - "text": "createTextNode", - "comment": "createComment" -}; -- cgit v1.2.3