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