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

Quelle  350370.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/layout/generic/crashtests/350370.html


<html><head>
<title>Testcase bug 350370 - Crash [@ ComputedStyle::FindChildWithRules] with ::first-line, appending rows and table-cells, etc</title>
<style>
#b td::first-line { font-size:110%;}
nobr::first-line { font-size:110%;}

#b td::after { content:"anonymous text"; }
nobr::after{ content:"anonymous text"; }

#b::before { content:"before text";}
#b td::before { content:"before text";}
</style>
</head>
<body>
<table style="display: table-row;"></table><nobr style="display: list-item; column-count: 2;">
<table id="b" style="display: inline;"></table>
</nobr>
<br>
This page should not crash Mozilla
<script>
function doe(){
   var td = document.createElement('td');;
   td.setAttribute('height''50%');
   var tr = document.createElement('tr');;
   tr.setAttribute('height''50%');
   tr.appendChild(td);
   document.getElementsByTagName('table')[1].appendChild(tr);
   document.body.offsetHeight;

   var td = document.createElement('td');;
   td.setAttribute('height''50%');
   document.getElementsByTagName('tr')[0].appendChild(td); 
   document.body.offsetHeight;

   var td = document.createElement('td');;
   td.setAttribute('height''50%');
   document.getElementsByTagName('tr')[0].appendChild(td); 

setTimeout(doe, 60);
</script>
</body>
</html>

Messung V0.5
C=85 H=95 G=90

¤ Dauer der Verarbeitung: 0.12 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.