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


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
C=92 H=98 G=94

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






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge