Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/testing/talos/talos/tests/a11y/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 2 kB image not shown  

SSL dhtml.html

  Interaktion und
PortierbarkeitHTML
 

 products/Sources/formale Sprachen/C/Firefox/testing/talos/talos/tests/a11y/dhtml.html


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<meta charset="utf-8">
<head>
<title>accessibility perf for dhtml</title>
<script src="resource://talos-powers/TalosContentProfiler.js"></script>
<script>
  /* globals initAccessibility */
  // based on: http://hacks.mozilla.org/2010/05/better-performance-with-lazy-frame-construction/
  var ppDate = null;
  var startTime;

  function doInsertion() {
    if (!initAccessibility()) {
      dump("__FAILinit:AccessibilityUnvailable__FAIL");
      return;
    }

    TalosContentProfiler.subtestStart("a11y: Begin dhtml test", true).then(() => {
      var container = document.getElementById("container");
      var lastchild = document.getElementById("lastchild");

      startTime = window.performance.now();

      var i, div;
      for (i = 0; i < 2000; i++) {
        div = document.createElement("div");
        div.innerHTML = "<input type='text' value='a bc def g hijkl mn op qrs'/>";
        container.insertBefore(div, lastchild);
      }
      for (i = 0; i < 2000; i++) {
        div = document.createElement("div");
        div.innerHTML = "<ul><li>foo<ul><li>bar</li></ul></li><li>baz</li></ul>";
        container.insertBefore(div, lastchild);
      }
      for (i = 0; i < 2000; i++) {
        div = document.createElement("div");

        // eslint-disable-next-line no-unsanitized/property
        div.innerHTML = "<div role='progressbar'>progressbar</div>" +
                        "<span id='span" + i + "'>cb</span>";
        container.appendChild(div);
      }
      document.documentElement.offsetLeft; // flush layout
      setTimeout(postProcessingRecord, 0, startTime);
    });
  }

  function postProcessingRecord(start) {
    let delta = window.performance.now() - start;
    TalosContentProfiler.subtestEnd("a11y: dhtml test", true, startTime).then(() => {
      tpRecordTime(delta, window.performance.timing.navigationStart + start);
    });
  }
</script>
</head>
<body onload="doInsertion();">
  <div id="container" role="application"><div id="lastchild"></div></div>
</body>
</html>

Messung V0.5 in Prozent
C=94 H=93 G=93

¤ Diese beiden folgenden Angebotsgruppen bietet das Unternehmen0.28Angebot  (Wie Sie bei der Firma Beratungs- und Dienstleistungen beauftragen können 2026-04-26) ¤

*Eine klare Vorstellung vom Zielzustand






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.