Sign in
webkit
/
WebKit
/
6756d1c4625eeb8d03076cb127515d00fa7c2e16
/
.
/
LayoutTests
/
http
/
tests
/
download
/
resources
/
content-disposition-pass.php
blob: 8bbce75c292ba4b8c0d57399379fdb07e456c3f1 [
file
] [
log
] [
blame
]
<?
php
header
(
"Content-Disposition: Attachment; filename=PASS.txt"
);
header
(
"Content-Type: text/plain"
);
?>
Test file content.