diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/workers/baseurl/beta/importScripts.py')
-rw-r--r-- | tests/wpt/web-platform-tests/workers/baseurl/beta/importScripts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/workers/baseurl/beta/importScripts.py b/tests/wpt/web-platform-tests/workers/baseurl/beta/importScripts.py index 75dac194f76..688427d59da 100644 --- a/tests/wpt/web-platform-tests/workers/baseurl/beta/importScripts.py +++ b/tests/wpt/web-platform-tests/workers/baseurl/beta/importScripts.py @@ -1,3 +1,3 @@ def main(request, response): - return (302, "Moved"), [("Location", "../gamma/importScripts.js")], "postMessage('executed redirecting script');" + return (302, b"Moved"), [(b"Location", b"../gamma/importScripts.js")], u"postMessage('executed redirecting script');" |