Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/accessible/tests/mochitest/text/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 2 kB image not shown  

Quelle  test_passwords.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/accessible/tests/mochitest/text/test_passwords.html


<!DOCTYPE html>
<html>
<head>
  <title>nsIAccessibleText getText related function tests for text and password inputs</title>
  <link rel="stylesheet" type="text/css"
        href="chrome://mochikit/content/tests/SimpleTest/test.css" />

  <script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
  <script type="application/javascript"
          src="../common.js"></script>
  <script type="application/javascript"
          src="../text.js"></script>

  <script type="application/javascript">
    function doTest() {
      // ////////////////////////////////////////////////////////////////////////
      // regular text and password inputs
      // ////////////////////////////////////////////////////////////////////////

      // //////////////////////////////////////////////////////////////////////
      // characterCount and getText for regular text field

      var IDs = [ "username" ];
      testCharacterCount(IDs, 4);
      testText(IDs, 04"test");

      // //////////////////////////////////////////////////////////////////////
      // characterCount and getText for password field

      IDs = [ "password" ];
      testCharacterCount(IDs, 4);
      let password = document.getElementById("password");
      let editor = SpecialPowers.wrap(password).editor;
      let passwordMask = editor.passwordMask;
      testText(IDs, 04, `${passwordMask}${passwordMask}${passwordMask}${passwordMask}`);
      // a11y data is updated at next tick so that we need to refresh here.
      editor.unmask(02);
      SpecialPowers.DOMWindowUtils.advanceTimeAndRefresh(0);
      testText(IDs, 04, `te${passwordMask}${passwordMask}`);
      editor.unmask(24);
      SpecialPowers.DOMWindowUtils.advanceTimeAndRefresh(0);
      testText(IDs, 04, `${passwordMask}${passwordMask}st`);
      editor.unmask(04);
      SpecialPowers.DOMWindowUtils.advanceTimeAndRefresh(0);
      testText(IDs, 04, `test`);
      SpecialPowers.DOMWindowUtils.restoreNormalRefresh();

      SimpleTest.finish();
    }

    SimpleTest.waitForExplicitFinish();
    addA11yLoadEvent(doTest);
  </script>
</head>
<body>

  <a target="_blank"
     title="mochitest for getText for password fields"
     href="https://bugzilla.mozilla.org/show_bug.cgi?id=415943">Mozilla Bug 415943</a>
  <p id="display"></p>
  <div id="content" style="display: none"></div>
  <pre id="test">
  </pre>

  <form action="post.php" method="post">
    <label for="username">User name:</label>
    <input id="username" value="test"><br />
    <label for="password">Password:</label>
    <input type="password" id="password" value="test"/>
  </form>
</body>
</html>

Messung V0.5 in Prozent
C=97 H=98 G=97

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet am  2026-06-05) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.