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

Quelle  test_focusedChild.html   Sprache: HTML

 
 products/sources/formale Sprachen/C/Firefox/accessible/tests/mochitest/focus/test_focusedChild.html


<html>

<head>
  <title>nsIAccessible::focusedChild 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 type="application/javascript"
          src="../common.js"></script>
  <script type="application/javascript"
          src="../role.js"></script>
  <script type="application/javascript"
          src="../states.js"></script>
  <script type="application/javascript"
          src="../events.js"></script>

  <script type="application/javascript">
    function openWnd() {
      this.eventSeq = [ new invokerChecker(EVENT_FOCUS,
                                           getDialogAccessible,
                                           this) ];

      this.invoke = function openWnd_invoke() {
        this.dialog = window.browsingContext.topChromeWindow
                            .openDialog("about:mozilla",
                                        "AboutMozilla",
                                        "chrome,width=600,height=600");
      };

      this.finalCheck = function openWnd_finalCheck() {
        var app = getApplicationAccessible();
        is(app.focusedChild, getDialogAccessible(this),
           "Wrong focused child");

        this.dialog.close();
      };

      this.getID = function openWnd_getID() {
        return "focusedChild for application accessible";
      };

      function getDialogAccessible(aInvoker) {
        return getAccessible(aInvoker.dialog.document);
      }
    }

    gA11yEventDumpToConsole = true;
    var gQueue = null;

    function doTest() {
      enableLogging("focus,doclifecycle");
      gQueue = new eventQueue();

      gQueue.push(new openWnd());

      gQueue.onFinish = function() { disableLogging(); };
      gQueue.invoke(); // Will call SimpleTest.finish();
    }

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

<body>

  <a target="_blank"
     href="https://bugzilla.mozilla.org/show_bug.cgi?id=677467"
     title="focusedChild crashes on application accessible">
    Mozilla Bug 677467
  </a>
  <p id="display"></p>
  <div id="content" style="display: none"></div>
  <pre id="test">
  </pre>

</body>
</html>

Messung V0.5
C=92 H=99 G=95

¤ Dauer der Verarbeitung: 0.0 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.