Merge "[Release] Webkit2-efl-123997_0.11.81" into tizen_2.2
[framework/web/webkit-efl.git] / ManualTests / blackberry / http-auth-challenge.html
1 <html>
2   <body>
3     <p>To run this test, both http-auth-challenge.html and http-auth-challenge.php must be served over http.</p>
4     <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>
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 dialog 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 button: username:"qqqq", password:"qqqq"</li>
17           <li>When dialog pops up agian, enter real credential and press Ok button: 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>