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

Side by Side Diff: ManualTests/blackberry/http-auth-challenge.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>To run this test, both http-auth-challenge.html and http-auth-challenge.p hp must be served over http.</p>
4 <p>This test case is to test the behavior of http authentication challenge d ialog. This is for <a href="https://bugs.webkit.org/show_bug.cgi?id=80135">https ://bugs.webkit.org/show_bug.cgi?id=80135</a></p>
5 <p>
6 Please follow the following test procedure:
7 <ol>
8 <li>Test dialog behavior when press Cancel button</li>
9 <ol>
10 <li>Start test case, then press Cancel button when authentication dial og pops up;</li>
11 </ol>
12 <li>Test dialog behavior when press OK button</li>
13 <ol>
14 <li>Navigate back to the privious page;</li>
15 <li>Start test case again, then press Ok button without input anything when authentication dialog pops up;</li>
16 <li>When dialog pops up again, enter fake credential and press Ok butt on: username:"qqqq", password:"qqqq"</li>
17 <li>When dialog pops up agian, enter real credential and press Ok butt on: username:"aaaa", password:"aaaa"</li>
18 </ol>
19 </ol>
20 <a href="http-auth-challenge.php">Start test here</a>
21 </p>
22
23 </body>
24 </html>
OLDNEW
« no previous file with comments | « ManualTests/blackberry/head-xhr-nonexistant-file.html ('k') | ManualTests/blackberry/http-auth-challenge.php » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698