blob: a0c7bfffbf57f875be13c46da940c48b8e4b1975 [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'
'<object type="application/x-webkit-test-netscape">PASS</object>\n'
)