File: http-auth-private-mode-changed.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 (16 lines) | stat: -rw-r--r-- 974 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
  <body>
    <p>Both http-auth-private-mode-changed.html and http-auth-private-mode-changed.php must be served over http.</p>
    <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?id=84697">https://bugs.webkit.org/show_bug.cgi?id=84697</a></p><br>
    <p>
      Test steps:<br>
      1. Set Private Browsing on. (Settings -> Privacy & Security -> Private Browsing).<br>
      2. Press <a href="http-auth-private-mode-changed.php">Start test here</a>.<br>
      3. When dialog pops up, enter real credential(username: "aaaa", password: "aaaa") and press Ok button.<br>
      4. Set Private Browsing off. (Settings -> Privacy & Security -> Private Browsing).<br>
      5. Refresh the page.<br>
      6. There should be a dialog for you to input username and password again.<br>
         If you can't see the dialog, this test fails.<br>
    </p>
  </body>
</html>