File: http-auth-challenge.html

package info (click to toggle)
qtwebkit 2.3.4.dfsg-10
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 290,632 kB
  • sloc: cpp: 1,417,515; python: 85,048; ansic: 39,357; perl: 38,862; ruby: 10,313; objc: 9,505; xml: 8,679; asm: 3,864; yacc: 2,458; sh: 1,237; lex: 813; makefile: 592; java: 228; php: 79
file content (24 lines) | stat: -rw-r--r-- 1,205 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>