Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(209)

Unified Diff: ManualTests/blackberry/http-auth-on-200.php

Issue 780003004: Cleanup: Remove notification test from blackberry. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: g rm -rf ManualTests/blackberry Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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';
-?>
« no previous file with comments | « ManualTests/blackberry/http-auth-challenge.php ('k') | ManualTests/blackberry/http-auth-private-mode-changed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698