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..49794722ef95d281ce53dcc025c64ec4454dc690 |
| --- /dev/null |
| +++ b/LayoutTests/http/tests/linkHeader/link-header-no-crash-space-in-url.php |
| @@ -0,0 +1,10 @@ |
| +<?php |
| +header("Link: < http://wut.com/ sdfsdf ?sd>; rel=dns-prefetch"); |
| +?> |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| +<body> |
| +This test passes if we didn't crash. |
| +</body> |
| +</html> |