Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
LayoutTests
/
http
/
tests
/
contentdispositionattachmentsandbox
/
resources
/
http-equiv-frame.php
blob: 67567d9e60b8557a65269f87993a945012e889f1 [
file
] [
log
] [
blame
]
<?
php
header
(
"Content-Disposition: attachment; filename=test.html"
);
header
(
"Content-Type: text/html"
);
?>
<!DOCTYPE html>
<meta
http-equiv
=
"refresh"
content
=
"0; url=data:text/html,FAIL"
>