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