Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/image/test/mochitest/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1006 B image not shown  

Quelle  786740-1.html   Sprache: unbekannt

 
<!DOCTYPE HTML>
<html class="reftest-wait">
<head>
<style>
#d {
  transition:opacity 1s;
}
#p {
  position:absolute;
}
</style>
</head>
<body>
<div id="d">
  Hello
  <span id="s"><div id="p">Kitty</div></span>
</div>
<script>
var d = document.getElementById("d");
d.getBoundingClientRect();
d.style.opacity = 0.3;
window.addEventListener("MozReftestInvalidate",
  function() {
    setTimeout(function() {
      document.body.removeChild(d);
      document.documentElement.removeAttribute("class");
    }, 50);
  });
</script>
</body>
</html>

Messung V0.5
C=97 H=96 G=96

[ zur Elbe Produktseite wechseln0.12Quellennavigators  Analyse erneut starten  ]