aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/workers/baseurl/beta/importScripts.py
diff options
context:
space:
mode:
authorWPT Sync Bot <josh+wptsync@joshmatthews.net>2020-06-16 08:20:51 +0000
committerWPT Sync Bot <josh+wptsync@joshmatthews.net>2020-06-16 10:58:22 +0000
commit1a24e35f18a311873ee77ffb5f046abea033a341 (patch)
tree059da1082512802b25780e8610ed0e41e78d681c /tests/wpt/web-platform-tests/workers/baseurl/beta/importScripts.py
parent19c1f72eb2fe5178311161b6c85a67956a5a69b3 (diff)
downloadservo-1a24e35f18a311873ee77ffb5f046abea033a341.tar.gz
servo-1a24e35f18a311873ee77ffb5f046abea033a341.zip
Update web-platform-tests to revision 4af6af604800559d2c58cf3561621ae43e28aaa8
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.py2
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');"