Chromium Code Reviews| Index: LayoutTests/http/tests/linkHeader/link-header-no-crash-space-in-url.php |
| diff --git a/LayoutTests/http/tests/linkHeader/link-header-no-crash-space-in-url.php b/LayoutTests/http/tests/linkHeader/link-header-no-crash-space-in-url.php |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6f3c6811b59cbbbfa02c33e30cfcbd4f6ff0fba0 |
| --- /dev/null |
| +++ b/LayoutTests/http/tests/linkHeader/link-header-no-crash-space-in-url.php |
| @@ -0,0 +1,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. |