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

Quelle  test_canvas_frame_animation.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/image/test/mochitest/test_canvas_frame_animation.html


<!doctype html>
<title>Test for bug 1619245 - animated image as canvas background</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<script src="/tests/SimpleTest/WindowSnapshot.js"></script>
<script src="imgutils.js"></script>
<script src="animationPolling.js"></script>
<!-- Intentionally not including SimpleTest.css as that sets the background of the root -->
<body id="body" style="background-image: url(animated-gif.gif); display: none; overflow: hidden;">
  <div id="reference" style="background-image: url(animated-gif-finalframe.gif); display: none; width: 100vw; height: 100vh;"></div>
  <div id="clean" style="display: none; width: 100vw; height: 100vh;"></div>
  <div id="debug" style="display: none"></div>
</body>
<script>
const FAILURE_TIMEOUT = 120000; // Fail early after 120 seconds (2 minutes)

window.onload = function() {
  // first move the reference outside of the <body>, so that the test can properly show it.
  document.documentElement.appendChild(document.getElementById("reference"));
  document.documentElement.appendChild(document.getElementById("debug"));
  document.documentElement.appendChild(document.getElementById("clean"));
  var animTest = new AnimationTest(20, FAILURE_TIMEOUT, 'reference''body''debug''clean''animated-gif.gif');
  animTest.beginTest();
}
</script>

Messung V0.5 in Prozent
C=100 H=100 G=100

¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet am  2026-06-05) ¤

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