Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/layout/reftests/scrolling/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  scrolling.js   Sprache: JAVA

 
var topElements;
var failed = false;

function doScroll(d)
{
  if (failed)
    return;
  for (var i = 0; i < topElements.length; ++i) {
    var e = topElements[i];
    e.scrollTop = d;
    if (e.scrollTop != d) {
      document.documentElement.textContent =
          "Scrolling failed on " + e.tagName + " element, " +
          "tried to scroll to " + d + ", got " + e.scrollTop +
          " (Random number: " + Math.random() + ")";
      failed = true;
    }
  }
}

// bug 1134459, images are decoded off main thread
// Wait for the load event so we know all images have loaded
document.onload = function() {
  topElements = document.getElementsByClassName("scrollTop");
  if (!topElements.length) {
    topElements = [document.documentElement];
  }

  if (document.location.search == '?ref') {
    doScroll(20);
  } else if (document.location.search == '?up') {
    doScroll(40);
    document.documentElement.setAttribute("class""reftest-wait");
    window.addEventListener("MozReftestInvalidate"function() {
        document.documentElement.removeAttribute("class");
        doScroll(20);
        });
  } else {
    doScroll(1);
    document.documentElement.setAttribute("class""reftest-wait");
    window.addEventListener("MozReftestInvalidate"function() {
        document.documentElement.removeAttribute("class");
        doScroll(20);
        });
  }
}

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

¤ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

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.