repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
linkHeader
/
resources
/
link-dnsprefetch-script.php
blob
2fad52febc67688a291fb9dde0eb37e9ceee62fa
1
<
?php
2
header
(
"Link: < http://wut.com.test/>; rel=dns-prefetch"
);
3
header
(
"Content-Type: application/javascript"
);
4
?
>
5
if
(
window
.
testRunner
)
6
testRunner
.
notifyDone
();