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

Quelle  1329093-2.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/svg/crashtests/1329093-2.html


<html class="reftest-wait">

<head>
</head>
<body>

Loading the below iframe should not crash Firefox in Stylo mode.
<svg height="100" width="100" id="svgElement">
    <circle cx="50" cy="50" r="40" stroke="yellow" stroke-width="2" fill="green"/>
</svg>

<script type="text/javascript">
function runTest() {
    let frame = document.getElementById("myFrame");
    let baz = frame.contentDocument.adoptNode(document.getElementById("svgElement"));
    frame.contentDocument.body.appendChild(baz);
    baz = null;
    frame.remove();
    frame = null;
    SpecialPowers.gc();
    let color = getComputedStyle(document.getElementById('triggerRestyle')).color;
    document.documentElement.className = "";
}
</script>
<iframe src="" id="myFrame" onload="runTest();"></iframe>
<div style="display: none" id="triggerRestyle"></div>
</body>
</html>

Messung V0.5 in Prozent
C=99 H=96 G=97

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-08-26) ¤

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