summaryrefslogtreecommitdiff
path: root/test/fixtures/wpt/encoding/resources/text-plain-charset.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/wpt/encoding/resources/text-plain-charset.py')
-rw-r--r--test/fixtures/wpt/encoding/resources/text-plain-charset.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/fixtures/wpt/encoding/resources/text-plain-charset.py b/test/fixtures/wpt/encoding/resources/text-plain-charset.py
deleted file mode 100644
index a1c07e7018..0000000000
--- a/test/fixtures/wpt/encoding/resources/text-plain-charset.py
+++ /dev/null
@@ -1,3 +0,0 @@
-def main(request, response):
- response.headers.set("Content-Type", "text/plain;charset=" + request.GET.first("label"))
- response.content = "hello encoding"