Sign in
webkit
/
WebKit
/
2538ba1dc66c1a9ab694bc167c5d56293dae7e8e
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
resources
/
script-500.py
blob: c6270e1c89775a78bb72c9315e3e83f08e0a3606 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
sys
.
stdout
.
write
(
'status: 500\r\n'
'Content-Type: text/html\r\n\r\n'
'document.getElementById(\'result\').innerHTML = \'FAIL\';\n'
)