Sign in
webkit
/
WebKit
/
ae2b79bedbcef1c52000a4f6a370d6b804724c78
/
.
/
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'; }"
>