Chromium Code Reviews| Index: ManualTests/blackberry/http-auth-on-200.php |
| diff --git a/ManualTests/blackberry/http-auth-on-200.php b/ManualTests/blackberry/http-auth-on-200.php |
| deleted file mode 100644 |
| index 43831ce34a6441859ab444d44f7c3cc8817f6f24..0000000000000000000000000000000000000000 |
| --- a/ManualTests/blackberry/http-auth-on-200.php |
| +++ /dev/null |
| @@ -1,6 +0,0 @@ |
| -<?php |
| - header('WWW-Authenticate: Basic realm="FAIL"'); |
| - header('HTTP/1.0 200 OK'); |
| - header('Content-Type: text/plain'); |
| - echo 'PASS if you did not see an authentication dialog'; |
| -?> |