Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/docshell/test/browser/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 910 B image not shown  

Quelle  browser_bug1622420.js

  Sprache: JAVA
 

const ACTOR = "Bug1622420";

add_task(async function test() {
  let base = getRootDirectory(gTestPath).slice(0, -1);
  ChromeUtils.registerWindowActor(ACTOR, {
    allFrames: true,
    child: {
      esModuleURI: `${base}/Bug1622420Child.sys.mjs`,
    },
  });

  registerCleanupFunction(async () => {
    gBrowser.removeTab(tab);

    ChromeUtils.unregisterWindowActor(ACTOR);
  });

  let tab = await BrowserTestUtils.openNewForegroundTab(
    gBrowser,
    // eslint-disable-next-line @microsoft/sdl/no-insecure-url
    "http://example.org/browser/docshell/test/browser/file_bug1622420.html"
  );
  let childBC = tab.linkedBrowser.browsingContext.children[0];
  let success = await childBC.currentWindowGlobal
    .getActor(ACTOR)
    .sendQuery("hasWindowContextForTopBC");
  ok(
    success,
    "Should have a WindowContext for the top BrowsingContext in the process of a child BrowsingContext"
  );
});

Messung V0.5 in Prozent
C=93 H=84 G=88

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