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

Quelle  test_settimeout_inner.html

  Sprache: HTML
 

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


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

<head>
  <meta charset="utf-8">
  <title>Test for Bug 936129</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 Bug 936129 **/
    SimpleTest.waitForExplicitFinish();

    function test1Done()
    {
      ok(true, "Bareword setTimeout should work after calling document.open().");
  
      var iframe = document.getElementById("testFrame");
      iframe.onload = function () {
        window.runTest2 = iframe.contentWindow.runTest2;
        iframe.onload = function () {
          window.runTest2();
          setTimeout(allDone);
        }

        // Per whatwg spec, "If the src attribute and the srcdoc attribute are
        // both specified together, the srcdoc attribute takes priority."
        //
        // So if we were to use src attribute here, it will be considered as a
        // no-op, so simply use a simple srcdoc here.
        iframe.srcdoc = "<html></html>";
      }
      iframe.srcdoc = "<script>function runTest2() { setTimeout('parent.test2Done()'); };<" + "/script>";
    }
    window.test2DoneCalled = false;
    function test2Done()
    {
      window.test2DoneCalled = true;
    }
    function allDone()
    {
      ok(!window.test2DoneCalled, "Bareword setTimeout should be a noop after the document for the window context that it's called on isn't active anymore.");

      SimpleTest.finish();
    }
  </script>
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=936129">Mozilla Bug 936129</a>
<p id="display"></p>
<div id="content" style="display: none">
<iframe id="testFrame" src="file_settimeout_inner.html"></iframe>
</div>
<pre id="test">
</pre>
</body>
</html>

Messung V0.5 in Prozent
C=99 H=100 G=99

¤ Dauer der Verarbeitung: 0.1 Sekunden  (vorverarbeitet am  2026-04-28) ¤

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