Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / linkHeader / resources / link-dnsprefetch-frame.php
blobfbe87ce54555e347780589f4bafaff9e0d0472a6
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>