blob: 02f4067e258fb640f8b5c02a19465f072b212b29 [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'Content-Disposition: attachment; filename=test.html\r\n'
'Content-Type: text/html\r\n\r\n'
'<!DOCTYPE html>\n'
'<script>\n'
'document.write(\'FAIL\');\n'
'</script>\n'
)