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

Quelle  wrapper.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/vr/test/reftest/wrapper.html


<!DOCTYPE HTML>
<html class="reftest-wait">
<head>
<title>Image reftest wrapper</title>
<style type="text/css">
  #image1 { background-color: rgb(10100250); }
</style>
<script>
  // The image is loaded async after the page loads
  // wait for it to finish loading
  function onImageLoad() {
    document.documentElement.removeAttribute("class");
  };
</script>
</head>
<body>
<img id="image1">
<script>
  // Use as "wrapper.html?image.png"
  var imgURL = document.location.search.substr(1);
  document.images[0].onload = onImageLoad;
  document.images[0].onerror = onImageLoad;
  document.images[0].src = imgURL;
</script>
</body>
</html>

Messung V0.5 in Prozent
C=89 H=95 G=91

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