chromium/third_party/blink/web_tests/external/wpt/workers/baseurl/beta/xhr-worker.py

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