Sign in
webkit
/
WebKit
/
49e061d8a3dbe8c30f3935dcdd27d7b6b9ae2882
/
.
/
LayoutTests
/
http
/
tests
/
contentdispositionattachmentsandbox
/
resources
/
at-import-stylesheets-frame.php
blob: 86f2f67c7725423e01d02f7c25fa0975a54cc1c6 [
file
] [
log
] [
blame
]
<?
php
header
(
"Content-Disposition: attachment; filename=test.html"
);
header
(
"Content-Type: text/html"
);
?>
<!DOCTYPE html>
<style>
@import
url
(
"data:text/css,body::after { content: 'FAIL'; }"
);
</style>