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

Side by Side Diff: ManualTests/blackberry/http-auth-private-mode-changed.html

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 <html>
2 <body>
3 <p>Both http-auth-private-mode-changed.html and http-auth-private-mode-chang ed.php must be served over http.</p>
4 <p>This tests the behavior of http authentication when private browsering is set from on to off. This is for <a href="https://bugs.webkit.org/show_bug.cgi?i d=84697">https://bugs.webkit.org/show_bug.cgi?id=84697</a></p><br>
5 <p>
6 Test steps:<br>
7 1. Set Private Browsing on. (Settings -> Privacy & Security -> Private Bro wsing).<br>
8 2. Press <a href="http-auth-private-mode-changed.php">Start test here</a>. <br>
9 3. When dialog pops up, enter real credential(username: "aaaa", password: "aaaa") and press Ok button.<br>
10 4. Set Private Browsing off. (Settings -> Privacy & Security -> Private Br owsing).<br>
11 5. Refresh the page.<br>
12 6. There should be a dialog for you to input username and password again.< br>
13 If you can't see the dialog, this test fails.<br>
14 </p>
15 </body>
16 </html>
OLDNEW
« no previous file with comments | « ManualTests/blackberry/http-auth-on-200.php ('k') | ManualTests/blackberry/http-auth-private-mode-changed.php » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698