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

Quelle  test_bug1322593.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/accessible/tests/mochitest/events/test_bug1322593.html


<html>

<head>
  <title>Accessible mutation events testing</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 src="chrome://mochikit/content/tests/SimpleTest/EventUtils.js"></script>

  <script type="application/javascript"
          src="../common.js"></script>
  <script type="application/javascript"
          src="../events.js"></script>

  <script type="application/javascript">
    function changeMultipleElements() {
      this.node1 = getNode("div1");
      this.node2 = getNode("div2");

      this.eventSeq = [
        new textChangeChecker("div1", 0, 5, "hello", false, undefined, true),
        new textChangeChecker("div2", 0, 5, "world", false, undefined, true),
        new orderChecker(),
        new textChangeChecker("div1", 0, 1, "a", true, undefined, true),
        new textChangeChecker("div2", 0, 1, "b", true, undefined, true),
      ];

      this.invoke = function changeMultipleElements_invoke() {
        this.node1.textContent = "a";
        this.node2.textContent = "b";
      };

      this.getID = function changeMultipleElements_invoke_getID() {
        return "Change the text content of multiple sibling divs";
      };
    }

    // //////////////////////////////////////////////////////////////////////////
    // Do tests
//    gA11yEventDumpToConsole = true; // debugging

    var gQueue = null;
    function doTests() {
      gQueue = new eventQueue();

      gQueue.push(new changeMultipleElements());

      gQueue.invoke(); // Will call SimpleTest.finish();
    }

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

<body>

  <a target="_blank"
     href="https://bugzilla.mozilla.org/show_bug.cgi?id=1322593"
     title="missing text change events when multiple elements updated at once">
    Mozilla Bug 1322593
  </a>

  <p id="display"></p>
  <div id="content" style="display: none"></div>
  <pre id="test">
  </pre>

  <div id="div1">hello</div>
  <div id="div2">world</div>
</body>
</html>

Messung V0.5
C=97 H=97 G=96

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© 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.