Sign in
webkit
/
WebKit
/
bd9ea4a5474a3d7a80a4f79c542279d7b8a087a0
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
attachment.php
blob: 956c96b92b6af38cf2f62e2de08c3811ff70f411 [
file
] [
log
] [
blame
]
<?
php
header
(
"Content-Disposition: attachment; filename=test file.txt"
);
header
(
"Content-Type: text/plain"
);
?>
Test file content.