Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/tests/mochitest/bugs/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  test_bug850517.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/dom/tests/mochitest/bugs/test_bug850517.html


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

<head>
  <meta charset="utf-8">
  <title>Test for Bug 850517</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
  <script type="application/javascript">

  /** Test for live updating of named child resolution. **/
  SimpleTest.waitForExplicitFinish();

  function go() {
    var ifrA = $('a');
    var ifrB = $('b');
    var sb = new SpecialPowers.Cu.Sandbox('http://www.example.com');
    sb.win = window;
    sb.childA = ifrA.contentWindow;
    sb.childB = ifrB.contentWindow;
    SpecialPowers.setWrapped(sb, 'is', SpecialPowers.wrapFor(is, sb));
    SpecialPowers.setWrapped(sb, 'ok', SpecialPowers.wrapFor(ok, sb));
    is(window.theoneandonly.frameElement, ifrA, "Named child resolution works");
    SpecialPowers.Cu.evalInSandbox('is(win.theoneandonly, childA, "Named child resolution works via Xray");', sb);
    ifrA.removeAttribute('name');
    is(typeof window.theoneandonly, 'undefined'"Revocation works");
    SpecialPowers.Cu.evalInSandbox('try { win.theoneandonly; ok(false, "Should have thrown"); } ' +
                                   'catch (e) {ok(!!/denied/.exec(e) && !!/theoneandonly/.exec(e), "Revocation works via Xray");};', sb);
    ifrB.setAttribute('name''theoneandonly');
    is(window.theoneandonly.frameElement, ifrB, "Another mule kicking in the same old stall");
    SpecialPowers.Cu.evalInSandbox('is(win.theoneandonly, childB, "Another mule via Xray");', sb);
    SimpleTest.finish();
  }

  </script>
</head>
<body onload="go();">
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=850517">Mozilla Bug 850517</a>
<p id="display"></p>
<iframe id="a" name="theoneandonly"></iframe>
<iframe id="b"></iframe>
<pre id="test">
</pre>
</body>
</html>

Messung V0.5
C=96 H=95 G=95

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

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