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