Sign in
webkit
/
WebKit
/
ae2b79bedbcef1c52000a4f6a370d6b804724c78
/
.
/
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>