summaryrefslogtreecommitdiff
path: root/ManualTests/blackberry/http-auth-challenge.html
diff options
context:
space:
mode:
Diffstat (limited to 'ManualTests/blackberry/http-auth-challenge.html')
-rw-r--r--ManualTests/blackberry/http-auth-challenge.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/ManualTests/blackberry/http-auth-challenge.html b/ManualTests/blackberry/http-auth-challenge.html
new file mode 100644
index 000000000..07de1a217
--- /dev/null
+++ b/ManualTests/blackberry/http-auth-challenge.html
@@ -0,0 +1,24 @@
+<html>
+ <body>
+ <p>To run this test, both http-auth-challenge.html and http-auth-challenge.php must be served over http.</p>
+ <p>This test case is to test the behavior of http authentication challenge dialog. 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>
+ <p>
+ Please follow the following test procedure:
+ <ol>
+ <li>Test dialog behavior when press Cancel button</li>
+ <ol>
+ <li>Start test case, then press Cancel button when authentication dialog pops up;</li>
+ </ol>
+ <li>Test dialog behavior when press OK button</li>
+ <ol>
+ <li>Navigate back to the privious page;</li>
+ <li>Start test case again, then press Ok button without input anything when authentication dialog pops up;</li>
+ <li>When dialog pops up again, enter fake credential and press Ok button: username:"qqqq", password:"qqqq"</li>
+ <li>When dialog pops up agian, enter real credential and press Ok button: username:"aaaa", password:"aaaa"</li>
+ </ol>
+ </ol>
+ <a href="http-auth-challenge.php">Start test here</a>
+ </p>
+
+ </body>
+</html>