Chromium Code Reviews| Index: LayoutTests/http/tests/linkHeader/link-header-no-crash-empty.php |
| diff --git a/LayoutTests/http/tests/linkHeader/link-header-no-crash-empty.php b/LayoutTests/http/tests/linkHeader/link-header-no-crash-empty.php |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9beef1f583b33d403506bc98d03b2a205d56ff69 |
| --- /dev/null |
| +++ b/LayoutTests/http/tests/linkHeader/link-header-no-crash-empty.php |
| @@ -0,0 +1,10 @@ |
| +<?php |
| +header("Link:"); |
| +?> |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| +<body> |
| +This test passes if we didn't crash. |
| +</body> |
| +</html> |