blob: 2b8c4d48f8ee27e936710a142f931a469d1394d9 [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'status: 200\r\n'
'Refresh: 0;URL=%6A%61%76%61%73%63%72%69%70%74:window.top.location="about:blank"\r\n'
'Content-Type: text/html\r\n\r\n'
'<!DOCTYPE html>\n'
'<body>\n'
'<script>\n'
'if (window.testRunner)\n'
' testRunner.dumpAsText();\n'
'</script>\n'
'PASS: This is the content that appears in place of a failed refresh.\n'
'</body>\n'
)