Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  1758199-1.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/testing/crashtest/final/1758199-1.html


<html class="reftest-wait">
<script>
let pp;
let documentElements = [];
documentElements.push(document.documentElement);

window.onload = () => {
  documentElements.push(document.documentElement);

  let o = document.getElementById('a')
  o.parentNode.appendChild(o)
  pp = SpecialPowers.wrap(self).printPreview();
  pp?.print()
  window.requestIdleCallback(() => {
    documentElements.push(document.documentElement);

    document.write('');

    setTimeout(finish, 100);
  });
}

function finish() {

  // The printPreview call above actually opens two print preview windows
  // because the <embed src='#'> below causes a second one to open. At least
  // we close the one window we can access, not sure if there is a way to get
  // ahold of the other window to close it. So this test leaves a window open
  // after it finishes.
  try { pp.close(); } catch (e) {}

  if (document.documentElement) {
    try { document.documentElement.className = ""; } catch (e) {}
  }

  // The documentElement that the reftest harness looks at to determine if the
  // test is done is not what document.documentElement points to when this code
  // is run. So we save all the document.documentElement's we encounter while
  // running this test and clear all of their class names.
  for (let de of documentElements) {
    if (de) {
      try {
        de.className = "";
      } catch (e) {}
    }
  }
}
</script>
<style>
:first-of-type { padding-block-start: 99% }
</style>
<mark id='a'>
<embed src='#'>
</html>

Messung V0.5 in Prozent
C=96 H=98 G=96

¤ Dauer der Verarbeitung: 0.19 Sekunden  (vorverarbeitet am  2026-06-04) ¤

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






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik