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

Unified Diff: ManualTests/blackberry/http-cookie-database-set.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
Index: ManualTests/blackberry/http-cookie-database-set.php
diff --git a/ManualTests/blackberry/http-cookie-database-set.php b/ManualTests/blackberry/http-cookie-database-set.php
deleted file mode 100644
index 223f52c056a155ebd3b7c80d0c8a3c8f4f0e5637..0000000000000000000000000000000000000000
--- a/ManualTests/blackberry/http-cookie-database-set.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php if (isset($_COOKIE["db_cookie"])) {
- if ($_COOKIE["db_cookie"] == "https_cookie")
- echo 'PASS';
- else
- echo 'FAIL';
- } else {
- header("Set-Cookie: db_cookie = http_cookie; expires=Thu, 12-Apr-2312 08:32:29 GMT;");
- $path = str_replace("http-cookie-database-set.php", "http-cookie-database-update.php", $_SERVER["PHP_SELF"]);
- $newurl = 'https://'.$_SERVER["HTTP_HOST"].$path;
- $location = 'Location:'.$newurl;
- header($location);
- }
-?>
-
« no previous file with comments | « ManualTests/blackberry/http-auth-private-mode-changed.php ('k') | ManualTests/blackberry/http-cookie-database-update.php » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698