Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerGlobalScope/location/helper-redirect.py |
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerGlobalScope/location/helper-redirect.py b/third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerGlobalScope/location/helper-redirect.py |
| deleted file mode 100644 |
| index eb1599a577fb6f8c69ae1955294fc2bc493dd4e2..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerGlobalScope/location/helper-redirect.py |
| +++ /dev/null |
| @@ -1,3 +0,0 @@ |
| -def main(request, response): |
| - response.status = 302 |
| - response.headers.append("Location", "post-location-members.js?a") |