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

Side by Side Diff: ManualTests/blackberry/clear-cookie-refresh-result.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 echo 'This tests the function of clear cookies by clicking "Clear Cookies" b utton from Settings -> Privacy & Security.<br>';
3 echo 'It is for https://bugs.webkit.org/show_bug.cgi?id=84223.<br>';
4 echo 'Please clear the cookies from Settings -> Privacy & Security by pressi ng "Clear Cookies" button, then refresh this page to see the result.<br>';
5 if (isset($_COOKIE["cookieName"])) {
6 echo 'result: NOT PASS';
7 } else {
8 echo 'result: PASS';
9 }
10 ?>
OLDNEW
« no previous file with comments | « ManualTests/blackberry/clear-cookie-refresh.php ('k') | ManualTests/blackberry/clear-localstorage.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698