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

Quelle  browser_test_link.js   Sprache: JAVA

 
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


"use strict";

async function runTests(browser, accDoc) {
  let getAcc = id => findAccessibleChildByID(accDoc, id);

  // a: no traversed state
  testStates(getAcc("link_traversed"), 0, 0, STATE_TRAVERSED);

  let onStateChanged = waitForEvent(EVENT_STATE_CHANGE, "link_traversed");
  let newTabOpened = BrowserTestUtils.waitForNewTab(gBrowser);

  await BrowserTestUtils.synthesizeMouse(
    "#link_traversed",
    1,
    1,
    { ctrlKey: !MAC, metaKey: MAC },
    browser
  );

  await onStateChanged;
  testStates(getAcc("link_traversed"), STATE_TRAVERSED);

  let newTab = await newTabOpened;
  gBrowser.removeTab(newTab);
}

/**
 * Test caching of accessible object states
 */

addAccessibleTask(
  // The URL doesn't really matter, just the fact that it isn't in the history
  // initially. We append ms since epoch to the URL so it will never be visited
  // initially, regardless of other tests (even this one) that ran before.
  `
  <a id="link_traversed"
      href="https://www.example.com/${Date.now()}" target="_top">
    example.com
  </a>`,
  runTests
);

Messung V0.5
C=85 H=100 G=92

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