Eine aufbereitete Darstellung der Quelle

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

Benutzer

Quelle  test_bug737565.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/base/test/test_bug737565.html


<!doctype html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=737565
-->

<title>Test for Bug 737565</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" href="/tests/SimpleTest/test.css"/>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=737565">Mozilla Bug 737565</a>
<script>

/** Test for Bug 737565 */
var offsets = [-10123655361 << 31];
// This is supposed to be an unsigned long, so adding or subtracting 1 << 32
// should have no effect
var offsetOffsets = [0, -Math.pow(232), Math.pow(232)];

for (var i = 0i < offsets.length; i++) {
  for (var j = 0; j < offsetOffsets.length; j++) {
    var offset = offsets[i] + offsetOffsets[j];

    // Doctype always needs to throw
    var threw = false;
    try {
      var range = document.createRange();
      range.comparePoint(document.doctype, offset);
    } catch(e) {
      threw = true;
      is(e.name, "InvalidNodeTypeError",
         "comparePoint(document.doctype, " + offset
         + ") must throw InvalidNodeTypeError");
      is(Object.getPrototypeOf(e), DOMException.prototype,
         "comparePoint(document.doctype, " + offset
         + ") must throw DOMException");
      is(e.code, DOMException.INVALID_NODE_TYPE_ERR,
         "comparePoint(document.doctype, " + offset
         + ") must throw INVALID_NODE_TYPE_ERR");
    }
    ok(threw, "comparePoint(document.doctype, " + offset + ") must throw");

    threw = false;
    // document.documentElement has two children, head and body
    var expectedThrew = offsets[i] < 0 || offsets[i] > 2;
    try {
      var range = document.createRange();
      range.comparePoint(document.documentElement, offset);
    } catch(e) {
      threw = true;
      is(e.name, "IndexSizeError",
         "comparePoint(document.documentElement, " + offset
         + ") must throw IndexSizeError");
      is(Object.getPrototypeOf(e), DOMException.prototype,
         "comparePoint(document.documentElement, " + offset
         + ") must throw DOMException");
      is(e.code, DOMException.INDEX_SIZE_ERR,
         "comparePoint(document.documentElement, " + offset
         + ") must throw INDEX_SIZE_ERR");
    }
    is(threw, expectedThrew,
       "comparePoint(document.documentElement, " + offset
       + ") must " + (expectedThrew ? "" : "not ") + "throw");
  }
}

</script>

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

¤ Dauer der Verarbeitung: 0.23 Sekunden  (vorverarbeitet am  2026-08-27) ¤

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

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=476070
#Domains=661743