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_bug656283.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/base/test/test_bug656283.html


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

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

/** Test for Bug 656283 */

SimpleTest.waitForExplicitFinish();

var ifr;
function test() {
  var d = document.implementation.createHTMLDocument("");
  is(d.activeElement, d.body"Active element should be body by default! (1)");
 

  ifr = document.getElementById("ifr");
  ifr.onload = test2;
  ifr.srcdoc = "1";
}

var firstDoc;
function test2() {
  firstDoc = ifr.contentDocument;
  is(firstDoc.activeElement, firstDoc.body,
     "Active element should be body by default! (2)");
  ifr.onload = test3;
  ifr.srcdoc = "<input>";
}

function test3() {
  ifr.contentDocument.getElementsByTagName("input")[0].focus();
  is(firstDoc.activeElement, firstDoc.body,
     "Active element should be body by default! (3)");
  ifr.remove();
  is(firstDoc.activeElement, firstDoc.body,
     "Active element should be body by default! (4)");
  SimpleTest.finish();
}

</script>
</pre>
<iframe id="ifr"></irame>
</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.