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/XMLHttpRequest/resources/accept.py | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 testing/web-platform/tests/XMLHttpRequest/resources/accept.py (limited to 'testing/web-platform/tests/XMLHttpRequest/resources/accept.py') diff --git a/testing/web-platform/tests/XMLHttpRequest/resources/accept.py b/testing/web-platform/tests/XMLHttpRequest/resources/accept.py deleted file mode 100644 index 2fdf210b6..000000000 --- a/testing/web-platform/tests/XMLHttpRequest/resources/accept.py +++ /dev/null @@ -1,3 +0,0 @@ -def main(request, response): - return [("Content-Type", "text/plain")], request.headers.get("accept", "NO") - -- cgit v1.2.3