Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
LayoutTests
/
http
/
tests
/
contentdispositionattachmentsandbox
/
resources
/
form-submission-frame.php
blob: 89f07bd4fcf1c7102d83f75c13c45e923a979f03 [
file
] [
log
] [
blame
]
<?
php
header
(
"Content-Disposition: attachment; filename=test.html"
);
header
(
"Content-Type: text/html"
);
?>
<!DOCTYPE html>
<style>
body
{
margin
:
0px
;
}
</style>
<form>
<input
type
=
"submit"
>
</form>