summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/http/tests/linkHeader/link-header-no-crash-space-in-url.php
blob: 6f3c6811b59cbbbfa02c33e30cfcbd4f6ff0fba0 (plain)
1
2
3
4
5
6
7
8
9
<?php
header("Link: <   http://wut.com/  sdfsdf ?sd>; rel=dns-prefetch");
?>
<!DOCTYPE html>
<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>
This test passes if we didn't crash.