[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / ManualTests / blackberry / http-auth-on-200.php
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 ?>