Eine aufbereitete Darstellung der Quelle

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

Benutzer

Quelle  test_bug287446.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/layout/forms/test/test_bug287446.html


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

<head>
  <title>Test for Bug 287446</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=287446">Mozilla Bug 287446</a>
<p id="display">
  <iframe id="i"
          src="http://example.com/tests/layout/forms/test/bug287446_subframe.html"></iframe>
</p>
<div id="content" style="display: none">
  
</div>
<pre id="test">
<script type="application/javascript">

/** Test for Bug 287446 **/
SimpleTest.waitForExplicitFinish();
addLoadEvent(function() {
  isnot(window.location.host, "example.com""test is not testing cross-site");
  var accessed = false;
  try {
    $("i").contentDocument.documentElement;
    accessed = true;
  } catch(e) {}
  is(accessed, false, "Shouldn't be able to access cross-site");

  $("i").style.display = "none";
  document.body.offsetWidth;
  is(document.defaultView.getComputedStyle($("i")).display, "none",
     "toggling display failed");
  $("i").style.display = "";
  document.body.offsetWidth;
  is(document.defaultView.getComputedStyle($("i")).display, "inline",
     "toggling display back failed");

  $("i").contentWindow.postMessage("start""*");
});

function continueTest() {
  $("i").style.display = "none";
  document.body.offsetWidth;
  is(document.defaultView.getComputedStyle($("i")).display, "none",
     "toggling display second time failed");
  $("i").style.display = "";
  document.body.offsetWidth;
  is(document.defaultView.getComputedStyle($("i")).display, "inline",
     "toggling display back second time failed");

$("i").contentWindow.postMessage("continue""*");
}

window.addEventListener("message",
  function(evt) {
    var arr = evt.data.split(/ /).map(decodeURIComponent);
    if (arr[0] == 't') {
      is(arr[1], arr[2], arr[3]);
    } else if (arr[0] == 'c') {
      continueTest();
    } else if (arr[0] == 'f') {
      SimpleTest.finish();
    }
  });

</script>
</pre>
</body>
</html>

Messung V0.5 in Prozent
C=88 H=99 G=93

¤ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet am  2026-06-04) ¤

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

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik