Sign in
webkit
/
WebKit
/
c27e52ec2eefea39423e8eef58df2aebc1b5417d
/
.
/
LayoutTests
/
http
/
tests
/
contentdispositionattachmentsandbox
/
resources
/
external-stylesheets-frame.php
blob: bf2dd9d8002e7093e42ea8db264b39ae2ab9768f [
file
] [
log
] [
blame
]
<?
php
header
(
"Content-Disposition: attachment; filename=test.html"
);
header
(
"Content-Type: text/html"
);
?>
<!DOCTYPE html>
<link
rel
=
"stylesheet"
href
=
"data:text/css,body::after { content: 'FAIL'; }"
>