| 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';
|
| - }
|
| -?>
|
|
|