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