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-frame.php
blob
fbe87ce54555e347780589f4bafaff9e0d0472a6
1
<
?php
2
header
(
"Link: < http://wut.com.test/>; rel=dns-prefetch"
);
3
?
>
4
<!
DOCTYPE html
>
5
I
'm an iframe with a Link header
6
<script>
7
if (window.testRunner)
8
testRunner.notifyDone();
9
</script>