diff options
Diffstat (limited to 'testing/web-platform/tests/encoding/resources/single-byte-raw.py')
-rw-r--r-- | testing/web-platform/tests/encoding/resources/single-byte-raw.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testing/web-platform/tests/encoding/resources/single-byte-raw.py b/testing/web-platform/tests/encoding/resources/single-byte-raw.py deleted file mode 100644 index b4a6c9040..000000000 --- a/testing/web-platform/tests/encoding/resources/single-byte-raw.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 = "".join(chr(byte) for byte in xrange(255)) |