Sign in
webkit
/
WebKit
/
2a0aecef68e2ca0674a52b051412def7e6b01404
/
.
/
LayoutTests
/
http
/
tests
/
contentdispositionattachmentsandbox
/
resources
/
plugins-frame.py
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'
)