summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/script-not-found-not-executed-2.py
blob: 4ff5be7374ddb9f19d2c0a01784d4ded29a5bcf7 (plain)
1
2
3
4
def main(request, response):
    headers = [(b"Content-Type", b"text/javascript")]
    body = u"test2_token = \"script executed\";"
    return 200, headers, body