Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / linkHeader / link-header-no-crash-valid.php
blobae3f204f31f1cf968c33f61546ef87593288aa8d
1 <?php
2 header("Link: </images/cat.jpg>; rel=prefetch");
3 ?>
4 <!DOCTYPE html>
5 <script>
6 if (window.testRunner)
7 testRunner.dumpAsText();
8 </script>
9 This test passes if we didn't crash.