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

Quelle  test_bug641198.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/image/test/reftest/gif/test_bug641198.html


<!DOCTYPE HTML>
<html class="reftest-wait">
<head>
<title>Test for bug 641198</title>
<link rel="stylesheet" href="ImageDocument.css">
<style type="text/css" media=screen>
   a.animated1 {
      display: block;
      width: 40px;
      height: 40px;
      background: url("animation1a.gif") no-repeat 0 0;
   }

   a.animated1 span {
      position: absolute;
      top: -999em;
   }

   a.animated2 {
      display: block;
      width: 40px;
      height: 40px;
      background: url("animation2a.gif") no-repeat 0 0;
   }

   a.animated2 span {
      position: absolute;
      top: -999em;
   }
</style>
</head>
<body onload="doTimeout()">

<a id="animated" href="#" title="Animated"><span>Animated</span></a>

<script>
// We check whether changing the class will lead to the animation being
// run from the beginning, even if the animation was already shown
// before.
var counter = 0;
function doTimeout() {
  if (counter == 4) {
    document.documentElement.className = '';
  } else {
    document.getElementById("animated").setAttribute("class""animated" + ((counter % 2)+1));
    setTimeout(doTimeout, counter == 3 ? 500 : 250); // Wait a bit more for the last one, to prevent oranges
  }
  counter++;
}
</script>
</body>
</html>


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

¤ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet am  2026-06-04) ¤

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