Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
LayoutTests
/
http
/
tests
/
contentdispositionattachmentsandbox
/
resources
/
cross-origin-frames-frame.php
blob: 7a19174ae3aad3b0328fda7f0039325f861543bb [
file
] [
log
] [
blame
]
<?
php
header
(
"Content-Disposition: attachment; filename=test.html"
);
header
(
"Content-Type: text/html"
);
?>
<!DOCTYPE html>
<iframe
src
=
"data:text/html,FAIL"
></iframe>