Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / linkHeader / resources / link-dnsprefetch-image.php
blob74e7fbcc04a2bf435a87cd638e6217170aad81bf
1 <?php
2 header("Link: < http://wut.com.test/>; rel=dns-prefetch");
3 echo(file_get_contents("../../resources/square100.png"));
4 ?>