Chromium Code Reviews| Index: LayoutTests/http/tests/linkHeader/link-header-no-crash-space-invalid.php |
| diff --git a/LayoutTests/http/tests/linkHeader/link-header-no-crash-space-invalid.php b/LayoutTests/http/tests/linkHeader/link-header-no-crash-space-invalid.php |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9b1b2ad3bab869a57a24448a374b4033e8d43770 |
| --- /dev/null |
| +++ b/LayoutTests/http/tests/linkHeader/link-header-no-crash-space-invalid.php |
| @@ -0,0 +1,9 @@ |
| +<?php |
| +header("Link: </images/cat.jpg> wut=sup ; rel =prefetch \t ;"); |
| +?> |
| +<!DOCTYPE html> |
| +<script> |
| +if (window.testRunner) |
| + testRunner.dumpAsText(); |
| +</script> |
| +This test passes if we didn't crash. |