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