Sign in
webkit
/
WebKit
/
bc3bd7331f8afd107c43880ce2c020876d9bce51
/
.
/
LayoutTests
/
http
/
tests
/
loading
/
resources
/
cached-stylesheet-from-different-domain-frame.css.php
blob: 177633acdc3f5864b087a7fe771c31a5ecedeccb [
file
] [
log
] [
blame
]
<?
php
header
(
"Content-Type: text/css"
);
header
(
"Cache-Control: public, max-age=264"
);
echo
(
"@import \"imported-stylesheet-varying-according-domain.css.php?domain=127.0.0.1:8000\""
);
exit
;
?>