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

Quelle  1941002-3.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/xslt/crashtests/1941002-3.html


<html class="reftest-wait">
<body>
<script>
  function checkEvents(test, callback) {
    const detailsElement = document.getElementById("detailsElement");
    detailsElement.addEventListener("toggle", callback, { once: true });
    detailsElement.setAttribute("open""");

    test();

    detailsElement.removeAttribute("open");
  }

const xsltString1 = `
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
      <xsl:include href="1941002.sjs"/>
      <xsl:template match="/">
      </xsl:template>
    </xsl:stylesheet>
  `;
  const xsltString2 = `
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
      <xsl:template match="/">
      </xsl:template>
    </xsl:stylesheet>
  `;

  const parser = new DOMParser();
  let xsltDoc1 = parser.parseFromString(xsltString1, "application/xml");
  let xsltDoc2 = parser.parseFromString(xsltString2, "application/xml");

  addEventListener("load", () => {
    let xsltProcessor = new XSLTProcessor();
    checkEvents(() => {
      xsltProcessor.importStylesheet(xsltDoc1);
    }, () => {
      xsltProcessor.importStylesheet(xsltDoc2);
    });

    delete xsltProcessor;

    SpecialPowers.forceGC();
    SpecialPowers.forceCC();

    delete xsltDoc1;
    delete xsltDoc2;

    SpecialPowers.forceGC();
    SpecialPowers.forceCC();

    document.documentElement.classList.remove("reftest-wait");
  });
</script>
<details id="detailsElement"></details>
</body>
</html>

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

¤ Dauer der Verarbeitung: 0.18 Sekunden  (vorverarbeitet am  2026-08-25) ¤

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