Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / linkHeader / resources / link-preconnect-frame.php
blob9f5d1dee0cd18bdfdfdd7c0bbc1926d59ecea574
1 <?php
2 header("Link: < http://wut.com.test/>; rel=preconnect");
3 ?>
4 <!DOCTYPE html>
5 I'm an iframe with a Link header
6 <script>
7 if (window.testRunner)
8 testRunner.notifyDone();
9 </script>