Sign in
webkit
/
WebKit
/
6756d1c4625eeb8d03076cb127515d00fa7c2e16
/
.
/
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.