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

Quelle  test_table.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/accessible/tests/mochitest/treeupdate/test_table.html


<!DOCTYPE html>
<html>
<head>
  <title>Table update tests</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="../role.js"></script>
  <script type="application/javascript"
          src="../events.js"></script>

  <script type="application/javascript">

    function appendCaption(aTableID) {
      this.invoke = function appendCaption_invoke() {
        // append a caption, it should appear as a first element in the
        // accessible tree.
        var caption = document.createElement("caption");
        caption.textContent = "table caption";
        getNode(aTableID).appendChild(caption);
      };

      this.eventSeq = [
        new invokerChecker(EVENT_REORDER, aTableID),
      ];

      this.finalCheck = function appendCaption_finalCheck() {
        var tree =
          { TABLE: [
            { CAPTION: [
              { TEXT_LEAF: [] },
            ] },
            { ROW: [
              { CELL: [ {TEXT_LEAF: [] }]},
              { CELL: [ {TEXT_LEAF: [] }]},
            ] },
          ] };
        testAccessibleTree(aTableID, tree);
      };

      this.getID = function appendCaption_getID() {
        return "append caption";
      };
    }

    function doTest() {
      const gQueue = new eventQueue();
      gQueue.push(new appendCaption("table"));
      gQueue.invoke(); // Will call SimpleTest.finish();
    }

    SimpleTest.waitForExplicitFinish();
    addA11yLoadEvent(doTest);
  </script>
</head>
<body>
  <p id="display"></p>
  <div id="content" style="display: none"></div>
  <pre id="test">
  </pre>

  <table id="table">
    <tr>
      <td>cell1</td>
      <td>cell2</td>
    </tr>
  </table>
</body>
</html>

Messung V0.5 in Prozent
C=100 H=100 G=100

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

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