Sign in
webkit
/
WebKit
/
bad337c80c8c8227def180723935094397432148
/
.
/
LayoutTests
/
http
/
tests
/
contentdispositionattachmentsandbox
/
resources
/
scripts-frame.php
blob: 1067500834784d478cee1c1b81ea38749f25fdd0 [
file
] [
log
] [
blame
]
<?
php
header
(
"Content-Disposition: attachment; filename=test.html"
);
header
(
"Content-Type: text/html"
);
?>
<!DOCTYPE html>
<script>
document
.
write
(
'FAIL'
);
</script>