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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <?php
2 header('WWW-Authenticate: Basic realm="FAIL"');
3 header('HTTP/1.0 200 OK');
4 header('Content-Type: text/plain');
5 echo 'PASS if you did not see an authentication dialog';
6 ?>
OLDNEW
« 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