summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/storage-access-api/resources/script-with-cookie-header.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/storage-access-api/resources/script-with-cookie-header.py')
-rw-r--r--testing/web-platform/tests/storage-access-api/resources/script-with-cookie-header.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/web-platform/tests/storage-access-api/resources/script-with-cookie-header.py b/testing/web-platform/tests/storage-access-api/resources/script-with-cookie-header.py
index 83129a5559..ae95b7593f 100644
--- a/testing/web-platform/tests/storage-access-api/resources/script-with-cookie-header.py
+++ b/testing/web-platform/tests/storage-access-api/resources/script-with-cookie-header.py
@@ -13,7 +13,10 @@ def main(request, response):
var httpCookies = "%s";
</script>
+ <body>
<script src="%s"></script>
+ </body>
+
""" % (cookie_header, script)
return (200, [], body)