chromium/third_party/blink/web_tests/external/wpt/workers/baseurl/beta/importScripts.py

def main(request, response):
    return (302, b"Moved"), [(b"Location", b"../gamma/importScripts.js")], u"postMessage('executed redirecting script');"