Sign in
chromium
/
chromium
/
src.git
/
edabf4518f44d6bb65b103e68c13423b729e8977
/
.
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
linkHeader
/
resources
/
link-dnsprefetch-script.php
blob: 2fad52febc67688a291fb9dde0eb37e9ceee62fa [
file
] [
log
] [
blame
]
<?
php
header
(
"Link: < http://wut.com.test/>; rel=dns-prefetch"
);
header
(
"Content-Type: application/javascript"
);
?>
if (window.testRunner)
testRunner.notifyDone();