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 1 kB image not shown  

Quelle  test_bug372964-2.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/base/test/test_bug372964-2.html


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

<head>
  <title>Test for Bug 372964</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=372964">Mozilla Bug 372964</a>
<p id="display"></p>
<div id="content" style="display: none">
  
</div>
<pre id="test">
<script class="testbody" type="text/javascript">

/** Test for Bug 372964 */

var eventCount = 0;

function runTest() {
  var ifr = document.getElementsByTagName("iframe")[0];
  var xhr = new ifr.contentWindow.XMLHttpRequest();
  xhr.addEventListener("foo", ifr.contentWindow.listener);
  var event = ifr.contentDocument.createEvent("Events");
  event.initEvent("foo", true, true);
  xhr.dispatchEvent(event);
  is(eventCount, 1"Should have handled an event");
  ifr.contentDocument.open();
  ifr.contentDocument.close();
  event = ifr.contentDocument.createEvent("Events");
  event.initEvent("foo", true, true);
  xhr.dispatchEvent(event);
  is(eventCount, 2,
     "Should have handled the event because open()/close() keep the active document");
  ifr.onload = function() {
    event = ifr.contentDocument.createEvent("Events");
    event.initEvent("foo", true, true);
    xhr.dispatchEvent(event);
    is(eventCount, 2,
      "Shouldn't have handled an event because the context has changed");
    SimpleTest.finish();
  };
  ifr.contentWindow.location = "about:blank";
}

SimpleTest.waitForExplicitFinish();
addLoadEvent(runTest);

</script>
</pre>
<iframe srcdoc="<script>function listener() { ++parent.eventCount; } </script>"></iframe>
</body>
</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.