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 |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..eb1599a577fb6f8c69ae1955294fc2bc493dd4e2 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerGlobalScope/location/helper-redirect.py |
| @@ -0,0 +1,3 @@ |
| +def main(request, response): |
| + response.status = 302 |
| + response.headers.append("Location", "post-location-members.js?a") |