blob: a3ac1fb795382865b50d0d8adff6c3533d502520 [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'
'<iframe src="data:text/html,FAIL"></iframe>\n'
)