Sign in
webkit
/
WebKit
/
38af2d11a53891d36db2adc946c621e143cf63f2
/
.
/
LayoutTests
/
http
/
tests
/
contentdispositionattachmentsandbox
/
resources
/
plugins-frame.php
blob: 8bdccb8c6a4f182daefe5cd6fc5730fde04fa8b9 [
file
] [
log
] [
blame
]
<?
php
header
(
"Content-Disposition: attachment; filename=test.html"
);
header
(
"Content-Type: text/html"
);
?>
<!DOCTYPE html>
<object
type
=
"application/x-webkit-test-netscape"
>
PASS
</object>