Sign in
webkit
/
WebKit
/
f6013b2d8a67a21431419ad45d183d56cb11b105
/
.
/
LayoutTests
/
http
/
tests
/
download
/
resources
/
content-disposition-pass-no-extension-octet-stream.php
blob: d25a1bd7efbb3c6b1f57172adfe89dca551a0f46 [
file
] [
log
] [
blame
]
<?
php
header
(
"Content-Disposition: Attachment; filename=PASS"
);
header
(
"Content-Type: application/octet-stream"
);
?>
Test file content.