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

Quelle  1715387.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/svg/crashtests/1715387.html


<!DOCTYPE html>
<html class="reftest-wait">
<style>
svg {
  width: 10%;
  height: 10%;
  background: #eee;
}
svg path {
  fill: none;
  stroke: #000;
}

</style>
<script>
  function run() {
    const target = document.createElementNS("http://www.w3.org/2000/svg""path");
    const root = document.getElementById('svgroot');
    root.appendChild(target);
    target.style.d = 'path("M0,0 L2,2")';

    var m = new MutationObserver(function () {
      // This will destroy the oringal document.
      document.write("<html><body></body></html>");
      SpecialPowers.forceGC();
      SpecialPowers.forceCC();

      document.documentElement.classList.remove("reftest-wait");
    });

    m.observe(target, { attributes: true });
    target.setAttribute("d""none");

    // Calling these APIs flushes the style, which may run the script in the
    // callback function above that destroys the composed document.
    target.getTotalLength();
    target.getPointAtLength(1);
    target.isPointInFill({x: 1, y: 1});
    target.isPointInStroke({x: 1, y: 1});
    target.getPathSegAtLength(0);
  }
</script>
<body onload="run()">
<svg viewBox="0 0 20 20" id="svgroot">
</svg>

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

¤ Dauer der Verarbeitung: 0.20 Sekunden  (vorverarbeitet am  2026-06-09) ¤

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