Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

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,<head><style>body{animation: fadein 1s infinite;} @keyframes fadein{from{opacity: 0;}}</style><body>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 in Prozent
C=98 H=100 G=98

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

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






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik