aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/html/semantics/scripting-1/the-script-element/script-not-found-not-executed.py
blob: 7722bd3f231229b0650364d75a1a1d907229ddf2 (plain) (blame)
1
2
3
4
def main(request, response):
    headers = [("Content-Type", "text/javascript")]
    body = "test1_token = \"script executed\";"
    return 404, headers, body