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

Quelle  bug298064-subframe.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/base/test/bug298064-subframe.html


<!DOCTYPE HTML>
<html>
  <head>
    <script>
      function test_func() {
        var bar = new Option();
        parent.is(bar.ownerDocument, document,
                  "Unexpected document for our new option");
        bar = new Image();
        parent.is(bar.ownerDocument, document,
                  "Unexpected document for our new image");
        bar = new parent.Option();
        parent.is(bar.ownerDocument, parent.document,
                  "Unexpected document for parent new option");
        bar = new parent.Image();
        parent.is(bar.ownerDocument, parent.document,
                  "Unexpected document for parent new image");
        parent.isnot(parent.document, document, "Documents should be different");
      }
    </script>
  </head>
<html>
   
  

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

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

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