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

Side by Side Diff: ManualTests/blackberry/http-cookie-database-update.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('Set-Cookie: db_cookie = https_cookie; expires=Thu, 12-Apr-2312 08 :32:29 GMT;');
3 echo 'Test updating of cookies\' database. It is for https://bugs.webkit. org/show_bug.cgi?id=83760.<br>';
4 echo 'To run this test, http-cookie-database-set.php must be served over http and http-cookie-database-update.php must be served over https.<br>';
5 echo 'Test steps:<br>';
6 echo '1. Load http-cookie-database-set.php. (If you load http-cookie-data base-update.php directly in this step, please clear cookies and load http-cookie -database-set.php to finish this step.<br>';
7 echo '2. Restart the browser and load http-cookie-database-set.php again to see the result.<br>';
8
9 ?>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698