| Index: third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/beta/importScripts.py
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/beta/importScripts.py b/third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/beta/importScripts.py
|
| deleted file mode 100644
|
| index 75dac194f76dfa6aefb99309d59b709413c39284..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/beta/importScripts.py
|
| +++ /dev/null
|
| @@ -1,3 +0,0 @@
|
| -def main(request, response):
|
| - return (302, "Moved"), [("Location", "../gamma/importScripts.js")], "postMessage('executed redirecting script');"
|
| -
|
|
|