Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/accessible/tests/mochitest/text/   (Browser von der Mozilla Stiftung 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, 0, 4, "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, 0, 4, `${passwordMask}${passwordMask}${passwordMask}${passwordMask}`);
      // a11y data is updated at next tick so that we need to refresh here.
      editor.unmask(0, 2);
      SpecialPowers.DOMWindowUtils.advanceTimeAndRefresh(0);
      testText(IDs, 0, 4, `te${passwordMask}${passwordMask}`);
      editor.unmask(2, 4);
      SpecialPowers.DOMWindowUtils.advanceTimeAndRefresh(0);
      testText(IDs, 0, 4, `${passwordMask}${passwordMask}st`);
      editor.unmask(0, 4);
      SpecialPowers.DOMWindowUtils.advanceTimeAndRefresh(0);
      testText(IDs, 0, 4, `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
C=94 H=94 G=93

¤ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

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.