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

Quelle  browser_omta_tearoff_tab.js   Sprache: JAVA

 
/* Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/ */


"use strict";

var testPage =
  "data:text/html,Text";

add_task(async function test() {
  let tab = BrowserTestUtils.addTab(gBrowser, testPage, {
    skipAnimation: true,
  });
  await BrowserTestUtils.browserLoaded(tab.linkedBrowser);
  await BrowserTestUtils.switchTab(gBrowser, tab);

  await SpecialPowers.spawn(tab.linkedBrowser, [], async () => {
    const anim = content.document.getAnimations()[0];
    await anim.ready;
    ok(SpecialPowers.wrap(anim).isRunningOnCompositor);
  });

  let promiseWin = BrowserTestUtils.waitForNewWindow();
  let newWin = gBrowser.replaceTabWithWindow(tab);
  await promiseWin;
  Assert.ok(
    ChromeUtils.vsyncEnabled(),
    "vsync should be enabled as we have a tab with an animation"
  );

  newWin.close();
  await TestUtils.waitForCondition(
    () => !ChromeUtils.vsyncEnabled(),
    "wait for vsync to be disabled"
  );
  Assert.ok(
    !ChromeUtils.vsyncEnabled(),
    "vsync should be disabled after closing window that contained an animated tab"
  );
});

Messung V0.5
C=98 H=100 G=98

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