Eine aufbereitete Darstellung der Quelle

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

Benutzer

Quelle  test_postMessage_closed.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/tests/mochitest/whatwg/test_postMessage_closed.html


<!DOCTYPE html>
<html>
<head>
  <title>postMessage's interaction with closed windows</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>        
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<p><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=417075">Bug 417075</a></p>
<p id="display"></p>
<div id="content" style="display: none"></div>

<div id="holder"></div>

<pre id="test">
<script class="testbody" type="application/javascript">

SimpleTest.waitForExplicitFinish();

function receiveMessage(evt)
{
  is(evt.origin, "http://mochi.test:8888""wrong origin");
  ok(evt.source === openedWindow, "wrong source");
  is(evt.lastEventId, """postMessage creates events with empty lastEventId");

  is(evt.data, "message""wrong data");
  if (evt.data !== "message")
    return; // prevent recursion if bugs

  evt.source.close();

  function afterClose()
  {
    document.removeEventListener("message", receiveMessage);
    evt.source.postMessage("NOT-RECEIVED""*");

    var iframe = document.createElement("iframe");
    iframe.id = "insertedIframe";
    $("holder").appendChild(iframe);
    iframe.addEventListener("load", iframeLoaded);
    iframe.src = "postMessage_closed_helper.html?parent";
  }

  setTimeout(afterClose, 0);
}

window.addEventListener("message", receiveMessage);

function iframeLoaded(evt)
{
  var iframe = $("insertedIframe");
  iframe.removeEventListener("load", iframeLoaded);

  var iframeWindow = iframe.contentWindow;
  $("holder").removeChild($("insertedIframe"));
  iframeWindow.postMessage("NOT-RECEIVED""*");

  SimpleTest.finish();
}

var openedWindow;

function run()
{
  openedWindow = window.open("postMessage_closed_helper.html?opener""foobar");
  if (!openedWindow)
  {
    ok(false, "this test must be run with popup blocking disabled");
    SimpleTest.finish();
  }
}

window.addEventListener("load", run);
</script>
</pre>
</body>
</html>

Messung V0.5 in Prozent
C=95 H=98 G=96

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






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002