Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/settimeout-active-script
/
.
/
html
/
semantics
/
scripting-1
/
the-script-element
/
script-not-found-not-executed.py
blob: 9354d4270305882f80a7110aa1fd6adb2ffc7295 [
file
] [
log
] [
blame
] [
edit
]
def
main
(
request
,
response
):
headers
=
[(
b
"Content-Type"
,
b
"text/javascript"
)]
body
=
u
"test1_token = \"script executed\";"
return
404
,
headers
,
body