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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ManualTests/blackberry/clear-cookie-refresh.php ('k') | ManualTests/blackberry/clear-localstorage.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ManualTests/blackberry/clear-cookie-refresh-result.php
diff --git a/ManualTests/blackberry/clear-cookie-refresh-result.php b/ManualTests/blackberry/clear-cookie-refresh-result.php
deleted file mode 100644
index 30fb0a2a2b98d2e3e5eaf8aa733aae63d96f0f24..0000000000000000000000000000000000000000
--- a/ManualTests/blackberry/clear-cookie-refresh-result.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
- echo 'This tests the function of clear cookies by clicking "Clear Cookies" button from Settings -> Privacy & Security.<br>';
- echo 'It is for https://bugs.webkit.org/show_bug.cgi?id=84223.<br>';
- echo 'Please clear the cookies from Settings -> Privacy & Security by pressing "Clear Cookies" button, then refresh this page to see the result.<br>';
- if (isset($_COOKIE["cookieName"])) {
- echo 'result: NOT PASS';
- } else {
- echo 'result: PASS';
- }
-?>
« 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