Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/animation/test/crashtests/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 740 B image not shown  

Quelle  1322291-1.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/animation/test/crashtests/1322291-1.html


<!DOCTYPE html>
<html class="reftest-wait">
<script>
document.addEventListener("DOMContentLoaded", boom);
function boom(){
  let o1 = (function(){
    let e=document.createElement("frameset");
    document.documentElement.appendChild(e);
    return e;
  })();
  let a1 = o1.animate({ "transform""rotate3d(22,73,26,374grad)" },
                      { duration: 10, delay: 100 });

  // We need to wait the end of the delay to ensure that the animation is
  // composited on the compositor, but there is no event for script animation
  // that fires after the delay phase finished. So we wait for finished promise
  // instead.
  a1.finished.then(function() {
    document.documentElement.className = "";
  });
}
</script>
</body>
</html>

Messung V0.5 in Prozent
C=94 H=90 G=91

¤ Dauer der Verarbeitung: 0.4 Sekunden  ¤

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