Eine aufbereitete Darstellung der Quelle

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

Benutzer

Quelle  file_bug789713.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/js/xpconnect/tests/mochitest/file_bug789713.html


<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=789713
-->

<head>
  <meta charset="utf-8">
</head>
<body>

<script type="application/javascript">

/** Test for Bug 789713 **/

function go() {
  var ifr = document.getElementById('ifr');
  var pass = true;
  var doc = ifr.contentDocument;
  var win = ifr.contentWindow;

  var walker = doc.createTreeWalker(doc.body);
  pass = pass && (walker.root === doc.body);
  walker.foo = "expando";

  win.bar = "another-expando";

  // First, do the document.domain operation. This shouldn't crash.
  document.domain = "example.org";

  // Now make sure we can still access properties on "walker".
  try {
    walker.root;
    pass = pass && walker.foo == "expando";
  } catch (e) {
    pass = false;
  }

  // And make sure we can't access properties on "win", because the
  // document.domain change revoked the access.
  try {
    win.bar;
    pass = false;
  } catch (e) { pass = pass && /Permission denied/.exec(e.message); }
  window.parent.postMessage(pass, '*');
}

</script>
<iframe id="ifr" src="file_empty.html" onload="go()"></iframe>
</pre>
</body>
</html>

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

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






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002